Html Css Color HEX #D4422C Cinnabar

📋 copy color: '#D4422C'

red 212 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #D4422C

Tints of Cinnabar #D4422C

RGB

 RED value IS 212 (83.2% from 255) = 65.84%

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 65.84%
G = 20.5%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4422C (or 0xD4422C) is known color: Cinnabar. HEX triplet: D4, 42 and 2C. RGB value is (212,66,44). Sum of RGB (Red+Green+Blue) = 212+66+44=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4422C is #2BBDD3. Grayscale: #6B6B6B. Windows color (decimal): -2866644 or 2900692. OLE color: 2900692.

HSL color Cylindrical-coordinate representation of color #D4422C: hue angle of 7.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4422C is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 44 -
CMYK 0 0.69 0.79 0.17
HSL 7.86º 0.66% 0.5% -
HSV(B) 7.86º 0.79% 0.83% -
XYZ 29.55 18.08 4.31 -
YUV 107.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 212 66 44 0 0.69 0.79 0.17 7.86 0.66 0.5
Hex D4 42 2C 0 45 4F 11 8 42 32
Octal 324 102 54 0 105 117 21 10 102 62
Binary 11010100 1000010 101100 0 1000101 1001111 10001 1000 1000010 110010

Color Harmonies of #D4422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4422C

Black with #D4422C

Text Example


Text Example

White with #D4422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4422C; }

 p { color: rgb(212,66,44); }

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

background-color css

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

 a { background-color: rgb(212,66,44); }

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

border-color css

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

 span { border-color: rgb(212,66,44); }

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