#DF3C38

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

Shades of Cinnabar #DF3C38

Tints of Cinnabar #DF3C38

Color information

#DF3C38 (or 0xDF3C38) is unknown color: approx Cinnabar. HEX triplet: DF, 3C and 38. RGB value is (223,60,56). Sum of RGB (Red+Green+Blue) = 223+60+56=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C38 is #20C3C7. Grayscale: #6C6C6C. Windows color (decimal): -2147272 or 3685599. OLE color: 3685599.

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

Color convert

RGB2236056-
CMYK00.730.750.13
HSL1.44º72.29%54.71%-
HSV(B)1.44º74.89%87.45%-
XYZ32.7619.215.72-
YUV108.2898.5209.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.78%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=65.78%
G=17.70%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223605600.730.750.131.4472.2954.71
HexDF3C380494BD14837
Octal3377470011111315111067
Binary11011111111100111000010010011001011110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3C38; }

 p { color: rgb(223,60,56); }

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

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

 a { background-color: rgb(223,60,56); }

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

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

 span { border-color: rgb(223,60,56); }

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