Html Css Color HEX #D2222F Alizarin

📋 copy color: '#D2222F'

red 210 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #D2222F

Tints of Alizarin #D2222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 72.16%
G = 11.68%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2222F (or 0xD2222F) is known color: Alizarin. HEX triplet: D2, 22 and 2F. RGB value is (210,34,47). Sum of RGB (Red+Green+Blue) = 210+34+47=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2222F is #2DDDD0. Grayscale: #585858. Windows color (decimal): -3005905 or 3089106. OLE color: 3089106.

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

Color convert

RGB 210 34 47 -
CMYK 0 0.84 0.78 0.18
HSL 355.57º 0.72% 0.48% -
HSV(B) 355.57º 0.84% 0.82% -
XYZ 27.66 15.05 4.14 -
YUV 88.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 210 34 47 0 0.84 0.78 0.18 355.57 0.72 0.48
Hex D2 22 2F 0 54 4E 12 164 48 30
Octal 322 42 57 0 124 116 22 544 110 60
Binary 11010010 100010 101111 0 1010100 1001110 10010 101100100 1001000 110000

Color Harmonies of #D2222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2222F

Black with #D2222F

Text Example


Text Example

White with #D2222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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