Html Css Color HEX #D6222C Alizarin

📋 copy color: '#D6222C'

red 214 ◦ green 34 ◦ blue 44

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

Shades of Alizarin #D6222C

Tints of Alizarin #D6222C

RGB

 RED value IS 214 (83.98% from 255) = 73.29%

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 73.29%
G = 11.64%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6222C (or 0xD6222C) is known color: Alizarin. HEX triplet: D6, 22 and 2C. RGB value is (214,34,44). Sum of RGB (Red+Green+Blue) = 214+34+44=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6222C is #29DDD3. Grayscale: #595959. Windows color (decimal): -2743764 or 2892502. OLE color: 2892502.

HSL color Cylindrical-coordinate representation of color #D6222C: hue angle of 356.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6222C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 44 -
CMYK 0 0.84 0.79 0.16
HSL 356.67º 0.73% 0.49% -
HSV(B) 356.67º 0.84% 0.84% -
XYZ 28.76 15.62 3.88 -
YUV 88.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 214 34 44 0 0.84 0.79 0.16 356.67 0.73 0.49
Hex D6 22 2C 0 54 4F 10 165 49 31
Octal 326 42 54 0 124 117 20 545 111 61
Binary 11010110 100010 101100 0 1010100 1001111 10000 101100101 1001001 110001

Color Harmonies of #D6222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6222C

Black with #D6222C

Text Example


Text Example

White with #D6222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6222C; }

 p { color: rgb(214,34,44); }

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

background-color css

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

 a { background-color: rgb(214,34,44); }

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

border-color css

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

 span { border-color: rgb(214,34,44); }

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