#DF3D36

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

Shades of Cinnabar #DF3D36

Tints of Cinnabar #DF3D36

Color information

#DF3D36 (or 0xDF3D36) is unknown color: approx Cinnabar. HEX triplet: DF, 3D and 36. RGB value is (223,61,54). Sum of RGB (Red+Green+Blue) = 223+61+54=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D36 is #20C2C9. Grayscale: #6C6C6C. Windows color (decimal): -2147018 or 3554783. OLE color: 3554783.

HSL color Cylindrical-coordinate representation of color #DF3D36: hue angle of 2.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3D36 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB2236154-
CMYK00.730.760.13
HSL2.49º72.53%54.31%-
HSV(B)2.49º75.78%87.45%-
XYZ32.7719.295.49-
YUV108.6497.17209.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.98%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=65.98%
G=18.05%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223615400.730.760.132.4972.5354.31
HexDF3D360494CD24936
Octal3377566011111415211166
Binary110111111111011101100100100110011001101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3D36; }

 p { color: rgb(223,61,54); }

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

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

 a { background-color: rgb(223,61,54); }

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

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

 span { border-color: rgb(223,61,54); }

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