#DF3F2D

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

Shades of Cinnabar #DF3F2D

Tints of Cinnabar #DF3F2D

Color information

#DF3F2D (or 0xDF3F2D) is unknown color: approx Cinnabar. HEX triplet: DF, 3F and 2D. RGB value is (223,63,45). Sum of RGB (Red+Green+Blue) = 223+63+45=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F2D is #20C0D2. Grayscale: #6D6D6D. Windows color (decimal): -2146515 or 2965471. OLE color: 2965471.

HSL color Cylindrical-coordinate representation of color #DF3F2D: hue angle of 6.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF3F2D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2236345-
CMYK00.720.800.13
HSL6.07º73.55%52.55%-
HSV(B)6.07º79.82%87.45%-
XYZ32.6819.434.51-
YUV108.7992.01209.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 67.37%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=67.37%
G=19.03%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223634500.720.800.136.0773.5552.55
HexDF3F2D04850D64a35
Octal3377755011012015611265
Binary1101111111111110110101001000101000011011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3F2D; }

 p { color: rgb(223,63,45); }

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

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

 a { background-color: rgb(223,63,45); }

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

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

 span { border-color: rgb(223,63,45); }

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