#D84121

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

Shades of Cinnabar #D84121

Tints of Cinnabar #D84121

Color information

#D84121 (or 0xD84121) is unknown color: approx Cinnabar. HEX triplet: D8, 41 and 21. RGB value is (216,65,33). Sum of RGB (Red+Green+Blue) = 216+65+33=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D84121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84121 is #27BEDE. Grayscale: #6A6A6A. Windows color (decimal): -2604767 or 2179544. OLE color: 2179544.

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

Color convert

RGB2166533-
CMYK00.700.850.15
HSL10.49º73.49%48.82%-
HSV(B)10.49º84.72%84.71%-
XYZ30.4818.493.4-
YUV106.586.53206.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.79%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=68.79%
G=20.70%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216653300.700.850.1510.4973.4948.82
HexD8412104655Fa4931
Octal330101410106125171211161
Binary110110001000001100001010001101010101111110101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84121; }

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

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

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

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

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

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

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

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