Html Css Color HEX #D9242F Alizarin

📋 copy color: '#D9242F'

red 217 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #D9242F

Tints of Alizarin #D9242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 72.33%
G = 12%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9242F (or 0xD9242F) is known color: Alizarin. HEX triplet: D9, 24 and 2F. RGB value is (217,36,47). Sum of RGB (Red+Green+Blue) = 217+36+47=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9242F is #26DBD0. Grayscale: #5B5B5B. Windows color (decimal): -2546641 or 3089625. OLE color: 3089625.

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

Color convert

RGB 217 36 47 -
CMYK 0 0.83 0.78 0.15
HSL 356.35º 0.72% 0.5% -
HSV(B) 356.35º 0.83% 0.85% -
XYZ 29.76 16.22 4.25 -
YUV 91.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 217 36 47 0 0.83 0.78 0.15 356.35 0.72 0.5
Hex D9 24 2F 0 53 4E F 164 48 32
Octal 331 44 57 0 123 116 17 544 110 62
Binary 11011001 100100 101111 0 1010011 1001110 1111 101100100 1001000 110010

Color Harmonies of #D9242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9242F

Black with #D9242F

Text Example


Text Example

White with #D9242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9242F; }

 p { color: rgb(217,36,47); }

 H1.HeaderClassName
 {
   color: #D9242F;
 }
 .AnyTagClassName
 {
   color: #D9242F;
 }
</style>

background-color css

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

 a { background-color: rgb(217,36,47); }

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

border-color css

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

 span { border-color: rgb(217,36,47); }

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