#D8403A

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

Shades of Cinnabar #D8403A

Tints of Cinnabar #D8403A

Color information

#D8403A (or 0xD8403A) is unknown color: approx Cinnabar. HEX triplet: D8, 40 and 3A. RGB value is (216,64,58). Sum of RGB (Red+Green+Blue) = 216+64+58=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D8403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8403A is #27BFC5. Grayscale: #6C6C6C. Windows color (decimal): -2604998 or 3817688. OLE color: 3817688.

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

Color convert

RGB2166458-
CMYK00.700.730.15
HSL2.28º66.95%53.73%-
HSV(B)2.28º73.15%84.71%-
XYZ30.9218.575.96-
YUV108.7699.36204.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.91%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=63.91%
G=18.93%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216645800.700.730.152.2866.9553.73
HexD8403A04649F24336
Octal33010072010611117210366
Binary1101100010000001110100100011010010011111101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8403A; }

 p { color: rgb(216,64,58); }

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

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

 a { background-color: rgb(216,64,58); }

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

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

 span { border-color: rgb(216,64,58); }

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