#DF443F

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

Shades of Cinnabar #DF443F

Tints of Cinnabar #DF443F

Color information

#DF443F (or 0xDF443F) is unknown color: approx Cinnabar. HEX triplet: DF, 44 and 3F. RGB value is (223,68,63). Sum of RGB (Red+Green+Blue) = 223+68+63=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF443F is #20BBC0. Grayscale: #717171. Windows color (decimal): -2145217 or 4146399. OLE color: 4146399.

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

Color convert

RGB2236863-
CMYK00.700.720.13
HSL1.88º71.43%56.08%-
HSV(B)1.88º71.75%87.45%-
XYZ33.420.186.84-
YUV113.7899.35205.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.99%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 63 (25% from 255) = 17.80%
R=62.99%
G=19.21%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223686300.700.720.131.8871.4356.08
HexDF443F04648D24738
Octal33710477010611015210770
Binary1101111110001001111110100011010010001101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF443F; }

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

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

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

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

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

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

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

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