Html Css Color HEX #D8472E Cinnabar

📋 copy color: '#D8472E'

red 216 ◦ green 71 ◦ blue 46

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

Shades of Cinnabar #D8472E

Tints of Cinnabar #D8472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 64.86%
G = 21.32%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8472E (or 0xD8472E) is known color: Cinnabar. HEX triplet: D8, 47 and 2E. RGB value is (216,71,46). Sum of RGB (Red+Green+Blue) = 216+71+46=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8472E is #27B8D1. Grayscale: #6F6F6F. Windows color (decimal): -2603218 or 3033048. OLE color: 3033048.

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

Color convert

RGB 216 71 46 -
CMYK 0 0.67 0.79 0.15
HSL 8.82º 0.69% 0.51% -
HSV(B) 8.82º 0.79% 0.85% -
XYZ 31.07 19.3 4.67 -
YUV 111.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 216 71 46 0 0.67 0.79 0.15 8.82 0.69 0.51
Hex D8 47 2E 0 43 4F F 9 45 33
Octal 330 107 56 0 103 117 17 11 105 63
Binary 11011000 1000111 101110 0 1000011 1001111 1111 1001 1000101 110011

Color Harmonies of #D8472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8472E

Black with #D8472E

Text Example


Text Example

White with #D8472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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