#d9144f

Color #D9144F Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #D9144F

Tints of Ruby #D9144F

Color information

#D9144F (or 0xD9144F) is unknown color: approx Ruby. HEX triplet: D9, 14 and 4F. RGB value is (217,20,79). Sum of RGB (Red+Green+Blue) = 217+20+79=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9144F is #26EBB0. Grayscale: #555555. Windows color (decimal): -2550705 or 5182681. OLE color: 5182681.

HSL color Cylindrical-coordinate representation of color #D9144F: hue angle of 342.03º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9144F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2172079-
CMYK00.910.640.15
HSL342.03º83.12%46.47%-
HSV(B)342.03º90.78%85.1%-
XYZ30.2815.828.85-
YUV85.63124.27221.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 68.67%
GREEN value IS 20 (8.20% from 255) = 6.33%
BLUE value IS 79 (31.25% from 255) = 25%
R=68.67%
G=6.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217207900.910.640.15342.0383.1246.47
HexD9144F05B40F156532e
Octal3312411701331001752612356
Binary1101100110100100111101011011100000011111010101101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9144f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9144f; }

 p { color: rgb(217,20,79); }

 H1.HeaderClassName
 {
   color: #d9144f;
 }
 .AnyTagClassName
 {
   color: #d9144f;
 }
</style>
background-color css

<style>
 a { background-color: #d9144f; }

 a { background-color: rgb(217,20,79); }

 div.DivClassName
 {
   background-color: #d9144f;
 }
 .BgClassName
 {
   background-color: #d9144f;
 }
</style>
border-color css

<style>
 span { border-color: #d9144f; }

 span { border-color: rgb(217,20,79); }

 td.TdClassName
 {
   border-color: #d9144f;
 }
 .TagClassName
 {
   border-color: #d9144f;
 }
</style>