Html Css Color HEX #D8422C Cinnabar

📋 copy color: '#D8422C'

red 216 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #D8422C

Tints of Cinnabar #D8422C

RGB

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

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

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

R = 66.26%
G = 20.25%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8422C (or 0xD8422C) is known color: Cinnabar. HEX triplet: D8, 42 and 2C. RGB value is (216,66,44). Sum of RGB (Red+Green+Blue) = 216+66+44=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8422C is #27BDD3. Grayscale: #6C6C6C. Windows color (decimal): -2604500 or 2900696. OLE color: 2900696.

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

Color convert

RGB 216 66 44 -
CMYK 0 0.69 0.80 0.15
HSL 7.67º 0.69% 0.51% -
HSV(B) 7.67º 0.8% 0.85% -
XYZ 30.72 18.68 4.37 -
YUV 108.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 216 66 44 0 0.69 0.80 0.15 7.67 0.69 0.51
Hex D8 42 2C 0 45 50 F 8 45 33
Octal 330 102 54 0 105 120 17 10 105 63
Binary 11011000 1000010 101100 0 1000101 1010000 1111 1000 1000101 110011

Color Harmonies of #D8422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8422C

Black with #D8422C

Text Example


Text Example

White with #D8422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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