Html Css Color HEX #D8422D Cinnabar

📋 copy color: '#D8422D'

red 216 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #D8422D

Tints of Cinnabar #D8422D

RGB

 RED value IS 216 (84.77% from 255) = 66.06%

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

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

R = 66.06%
G = 20.18%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8422D (or 0xD8422D) is known color: Cinnabar. HEX triplet: D8, 42 and 2D. RGB value is (216,66,45). Sum of RGB (Red+Green+Blue) = 216+66+45=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8422D is #27BDD2. Grayscale: #6C6C6C. Windows color (decimal): -2604499 or 2966232. OLE color: 2966232.

HSL color Cylindrical-coordinate representation of color #D8422D: hue angle of 7.37º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8422D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 45 -
CMYK 0 0.69 0.79 0.15
HSL 7.37º 0.69% 0.51% -
HSV(B) 7.37º 0.79% 0.85% -
XYZ 30.74 18.68 4.47 -
YUV 108.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 216 66 45 0 0.69 0.79 0.15 7.37 0.69 0.51
Hex D8 42 2D 0 45 4F F 7 45 33
Octal 330 102 55 0 105 117 17 7 105 63
Binary 11011000 1000010 101101 0 1000101 1001111 1111 111 1000101 110011

Color Harmonies of #D8422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8422D

Black with #D8422D

Text Example


Text Example

White with #D8422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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