Html Css Color HEX #D8442C Cinnabar

📋 copy color: '#D8442C'

red 216 ◦ green 68 ◦ blue 44

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

Shades of Cinnabar #D8442C

Tints of Cinnabar #D8442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 65.85%
G = 20.73%
B = 13.41%

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

#D8442C (or 0xD8442C) is known color: Cinnabar. HEX triplet: D8, 44 and 2C. RGB value is (216,68,44). Sum of RGB (Red+Green+Blue) = 216+68+44=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8442C is #27BBD3. Grayscale: #6D6D6D. Windows color (decimal): -2603988 or 2901208. OLE color: 2901208.

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

Color convert

RGB 216 68 44 -
CMYK 0 0.69 0.80 0.15
HSL 8.37º 0.69% 0.51% -
HSV(B) 8.37º 0.8% 0.85% -
XYZ 30.84 18.92 4.41 -
YUV 109.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 216 68 44 0 0.69 0.80 0.15 8.37 0.69 0.51
Hex D8 44 2C 0 45 50 F 8 45 33
Octal 330 104 54 0 105 120 17 10 105 63
Binary 11011000 1000100 101100 0 1000101 1010000 1111 1000 1000101 110011

Color Harmonies of #D8442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8442C

Black with #D8442C

Text Example


Text Example

White with #D8442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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