#DF3B38

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

Shades of Cinnabar #DF3B38

Tints of Cinnabar #DF3B38

Color information

#DF3B38 (or 0xDF3B38) is unknown color: approx Cinnabar. HEX triplet: DF, 3B and 38. RGB value is (223,59,56). Sum of RGB (Red+Green+Blue) = 223+59+56=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B38 is #20C4C7. Grayscale: #6B6B6B. Windows color (decimal): -2147528 or 3685343. OLE color: 3685343.

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

Color convert

RGB2235956-
CMYK00.740.750.13
HSL1.08º72.29%54.71%-
HSV(B)1.08º74.89%87.45%-
XYZ32.7119.15.7-
YUV107.6998.83210.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.98%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=65.98%
G=17.46%
B=16.57%

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
Decimal223595600.740.750.131.0872.2954.71
HexDF3B3804A4BD14837
Octal3377370011211315111067
Binary11011111111011111000010010101001011110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3B38; }

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

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

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

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

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

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

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

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