#D8413A

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

Shades of Cinnabar #D8413A

Tints of Cinnabar #D8413A

Color information

#D8413A (or 0xD8413A) is unknown color: approx Cinnabar. HEX triplet: D8, 41 and 3A. RGB value is (216,65,58). Sum of RGB (Red+Green+Blue) = 216+65+58=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8413A is #27BEC5. Grayscale: #6D6D6D. Windows color (decimal): -2604742 or 3817944. OLE color: 3817944.

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

Color convert

RGB2166558-
CMYK00.700.730.15
HSL2.66º66.95%53.73%-
HSV(B)2.66º73.15%84.71%-
XYZ30.9718.695.98-
YUV109.3599.03204.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.72%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=63.72%
G=19.17%
B=17.11%

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
Decimal216655800.700.730.152.6666.9553.73
HexD8413A04649F34336
Octal33010172010611117310366
Binary1101100010000011110100100011010010011111111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8413A; }

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

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

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

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

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

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

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

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