#D84025

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

Shades of Cinnabar #D84025

Tints of Cinnabar #D84025

Color information

#D84025 (or 0xD84025) is unknown color: approx Cinnabar. HEX triplet: D8, 40 and 25. RGB value is (216,64,37). Sum of RGB (Red+Green+Blue) = 216+64+37=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D84025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84025 is #27BFDA. Grayscale: #6A6A6A. Windows color (decimal): -2605019 or 2441432. OLE color: 2441432.

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

Color convert

RGB2166437-
CMYK00.700.830.15
HSL9.05º70.75%49.61%-
HSV(B)9.05º82.87%84.71%-
XYZ30.4918.43.69-
YUV106.3788.86206.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.14%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=68.14%
G=20.19%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216643700.700.830.159.0570.7549.61
HexD8402504653F94732
Octal330100450106123171110762
Binary110110001000000100101010001101010011111110011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84025; }

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

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

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

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

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

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

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

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