Html Css Color HEX #D2242F Alizarin

📋 copy color: '#D2242F'

red 210 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #D2242F

Tints of Alizarin #D2242F

RGB

 RED value IS 210 (82.42% from 255) = 71.67%

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

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

R = 71.67%
G = 12.29%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2242F (or 0xD2242F) is known color: Alizarin. HEX triplet: D2, 24 and 2F. RGB value is (210,36,47). Sum of RGB (Red+Green+Blue) = 210+36+47=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2242F is #2DDBD0. Grayscale: #595959. Windows color (decimal): -3005393 or 3089618. OLE color: 3089618.

HSL color Cylindrical-coordinate representation of color #D2242F: hue angle of 356.21º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2242F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 47 -
CMYK 0 0.83 0.78 0.18
HSL 356.21º 0.71% 0.48% -
HSV(B) 356.21º 0.83% 0.82% -
XYZ 27.72 15.17 4.16 -
YUV 89.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 210 36 47 0 0.83 0.78 0.18 356.21 0.71 0.48
Hex D2 24 2F 0 53 4E 12 164 47 30
Octal 322 44 57 0 123 116 22 544 107 60
Binary 11010010 100100 101111 0 1010011 1001110 10010 101100100 1000111 110000

Color Harmonies of #D2242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2242F

Black with #D2242F

Text Example


Text Example

White with #D2242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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