Html Css Color HEX #D8472C Cinnabar

📋 copy color: '#D8472C'

red 216 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #D8472C

Tints of Cinnabar #D8472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

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

R = 65.26%
G = 21.45%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8472C (or 0xD8472C) is known color: Cinnabar. HEX triplet: D8, 47 and 2C. RGB value is (216,71,44). Sum of RGB (Red+Green+Blue) = 216+71+44=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8472C is #27B8D3. Grayscale: #6F6F6F. Windows color (decimal): -2603220 or 2901976. OLE color: 2901976.

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

Color convert

RGB 216 71 44 -
CMYK 0 0.67 0.80 0.15
HSL 9.42º 0.69% 0.51% -
HSV(B) 9.42º 0.8% 0.85% -
XYZ 31.03 19.29 4.47 -
YUV 111.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 216 71 44 0 0.67 0.80 0.15 9.42 0.69 0.51
Hex D8 47 2C 0 43 50 F 9 45 33
Octal 330 107 54 0 103 120 17 11 105 63
Binary 11011000 1000111 101100 0 1000011 1010000 1111 1001 1000101 110011

Color Harmonies of #D8472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8472C

Black with #D8472C

Text Example


Text Example

White with #D8472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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