Html Css Color HEX #D6222E Alizarin

📋 copy color: '#D6222E'

red 214 ◦ green 34 ◦ blue 46

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

Shades of Alizarin #D6222E

Tints of Alizarin #D6222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 72.79%
G = 11.56%
B = 15.65%

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

#D6222E (or 0xD6222E) is known color: Alizarin. HEX triplet: D6, 22 and 2E. RGB value is (214,34,46). Sum of RGB (Red+Green+Blue) = 214+34+46=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6222E is #29DDD1. Grayscale: #595959. Windows color (decimal): -2743762 or 3023574. OLE color: 3023574.

HSL color Cylindrical-coordinate representation of color #D6222E: hue angle of 356º 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 #D6222E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 46 -
CMYK 0 0.84 0.79 0.16
HSL 356º 0.73% 0.49% -
HSV(B) 356º 0.84% 0.84% -
XYZ 28.8 15.64 4.09 -
YUV 89.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 214 34 46 0 0.84 0.79 0.16 356 0.73 0.49
Hex D6 22 2E 0 54 4F 10 164 49 31
Octal 326 42 56 0 124 117 20 544 111 61
Binary 11010110 100010 101110 0 1010100 1001111 10000 101100100 1001001 110001

Color Harmonies of #D6222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6222E

Black with #D6222E

Text Example


Text Example

White with #D6222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6222E; }

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

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

background-color css

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

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

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

border-color css

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

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

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