Html Css Color HEX #D4422D Cinnabar

📋 copy color: '#D4422D'

red 212 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #D4422D

Tints of Cinnabar #D4422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 65.63%
G = 20.43%
B = 13.93%

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

#D4422D (or 0xD4422D) is known color: Cinnabar. HEX triplet: D4, 42 and 2D. RGB value is (212,66,45). Sum of RGB (Red+Green+Blue) = 212+66+45=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4422D is #2BBDD2. Grayscale: #6B6B6B. Windows color (decimal): -2866643 or 2966228. OLE color: 2966228.

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

Color convert

RGB 212 66 45 -
CMYK 0 0.69 0.79 0.17
HSL 7.54º 0.66% 0.5% -
HSV(B) 7.54º 0.79% 0.83% -
XYZ 29.57 18.08 4.41 -
YUV 107.26 92.87 202.71 -
System Red Green Blue C M Y K H S L
Decimal 212 66 45 0 0.69 0.79 0.17 7.54 0.66 0.5
Hex D4 42 2D 0 45 4F 11 8 42 32
Octal 324 102 55 0 105 117 21 10 102 62
Binary 11010100 1000010 101101 0 1000101 1001111 10001 1000 1000010 110010

Color Harmonies of #D4422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4422D

Black with #D4422D

Text Example


Text Example

White with #D4422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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