#D8473F

Color #D8473F Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D8473F

Tints of Cinnabar #D8473F

Color information

#D8473F (or 0xD8473F) is unknown color: approx Cinnabar. HEX triplet: D8, 47 and 3F. RGB value is (216,71,63). Sum of RGB (Red+Green+Blue) = 216+71+63=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8473F is #27B8C0. Grayscale: #717171. Windows color (decimal): -2603201 or 4147160. OLE color: 4147160.

HSL color Cylindrical-coordinate representation of color #D8473F: hue angle of 3.14º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8473F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2167163-
CMYK00.670.710.15
HSL3.14º66.23%54.71%-
HSV(B)3.14º70.83%84.71%-
XYZ31.4719.466.8-
YUV113.4499.54201.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.71%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 63 (25% from 255) = 18%
R=61.71%
G=20.29%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216716300.670.710.153.1466.2354.71
HexD8473F04347F34237
Octal33010777010310717310267
Binary1101100010001111111110100001110001111111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8473F; }

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

 H1.HeaderClassName
 {
   color: #D8473F;
 }
 .AnyTagClassName
 {
   color: #D8473F;
 }
</style>
background-color css

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

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

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

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

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

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