#df3938

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

Shades of Cinnabar #DF3938

Tints of Cinnabar #DF3938

Color information

#DF3938 (or 0xDF3938) is unknown color: approx Cinnabar. HEX triplet: DF, 39 and 38. RGB value is (223,57,56). Sum of RGB (Red+Green+Blue) = 223+57+56=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3938 is #20C6C7. Grayscale: #6A6A6A. Windows color (decimal): -2148040 or 3684831. OLE color: 3684831.

HSL color Cylindrical-coordinate representation of color #DF3938: hue angle of 0.36º 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 #DF3938 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB2235756-
CMYK00.740.750.13
HSL0.36º72.29%54.71%-
HSV(B)0.36º74.89%87.45%-
XYZ32.6118.95.67-
YUV106.5299.5211.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.37%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=66.37%
G=16.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223575600.740.750.130.3672.2954.71
HexDF393804A4BD04837
Octal3377170011211315011067
Binary11011111111001111000010010101001011110101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3938; }

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

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

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

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

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

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

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

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