#DF3A2C

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

Shades of Cinnabar #DF3A2C

Tints of Cinnabar #DF3A2C

Color information

#DF3A2C (or 0xDF3A2C) is unknown color: approx Cinnabar. HEX triplet: DF, 3A and 2C. RGB value is (223,58,44). Sum of RGB (Red+Green+Blue) = 223+58+44=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A2C is #20C5D3. Grayscale: #696969. Windows color (decimal): -2147796 or 2898655. OLE color: 2898655.

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

Color convert

RGB2235844-
CMYK00.740.800.13
HSL4.69º73.66%52.35%-
HSV(B)4.69º80.27%87.45%-
XYZ32.418.94.32-
YUV105.7493.16211.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.62%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=68.62%
G=17.85%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223584400.740.800.134.6973.6652.35
HexDF3A2C04A50D54a34
Octal3377254011212015511264
Binary1101111111101010110001001010101000011011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3A2C; }

 p { color: rgb(223,58,44); }

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

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

 a { background-color: rgb(223,58,44); }

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

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

 span { border-color: rgb(223,58,44); }

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