Html Css Color HEX #D9144F Ruby

📋 copy color: '#D9144F'

red 217 ◦ green 20 ◦ blue 79

#D9144F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #D9144F

Tints of Ruby #D9144F

RGB

 RED value IS 217 (85.16% from 255) = 68.67%

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 68.67%
G = 6.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9144F (or 0xD9144F) is known color: 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

RGB 217 20 79 -
CMYK 0 0.91 0.64 0.15
HSL 342.03º 0.83% 0.46% -
HSV(B) 342.03º 0.91% 0.85% -
XYZ 30.28 15.82 8.85 -
YUV 85.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 217 20 79 0 0.91 0.64 0.15 342.03 0.83 0.46
Hex D9 14 4F 0 5B 40 F 156 53 2E
Octal 331 24 117 0 133 100 17 526 123 56
Binary 11011001 10100 1001111 0 1011011 1000000 1111 101010110 1010011 101110

Color Harmonies of #D9144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9144F

Black with #D9144F

Text Example


Text Example

White with #D9144F

Text Example


Text Example

HTML Codes & Css Web 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>