#D84340

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

Shades of Cinnabar #D84340

Tints of Cinnabar #D84340

Color information

#D84340 (or 0xD84340) is unknown color: approx Cinnabar. HEX triplet: D8, 43 and 40. RGB value is (216,67,64). Sum of RGB (Red+Green+Blue) = 216+67+64=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D84340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84340 is #27BCBF. Grayscale: #6F6F6F. Windows color (decimal): -2604224 or 4211672. OLE color: 4211672.

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

Color convert

RGB2166764-
CMYK00.690.700.15
HSL1.18º66.09%54.9%-
HSV(B)1.18º70.37%84.71%-
XYZ31.2518.986.87-
YUV111.21101.36202.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.25%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=62.25%
G=19.31%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216676400.690.700.151.1866.0954.9
HexD8434004546F14237
Octal330103100010510617110267
Binary1101100010000111000000010001011000110111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84340; }

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

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

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

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

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

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

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

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