#DF491B

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

Shades of Cinnabar #DF491B

Tints of Cinnabar #DF491B

Color information

#DF491B (or 0xDF491B) is unknown color: approx Cinnabar. HEX triplet: DF, 49 and 1B. RGB value is (223,73,27). Sum of RGB (Red+Green+Blue) = 223+73+27=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF491B is #20B6E4. Grayscale: #707070. Windows color (decimal): -2143973 or 1788383. OLE color: 1788383.

HSL color Cylindrical-coordinate representation of color #DF491B: hue angle of 14.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF491B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2237327-
CMYK00.670.880.13
HSL14.08º78.4%49.02%-
HSV(B)14.08º87.89%87.45%-
XYZ33.0120.533.26-
YUV112.6179.69206.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.04%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 27 (10.94% from 255) = 8.36%
R=69.04%
G=22.60%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223732700.670.880.1314.0878.449.02
HexDF491B04358De4e31
Octal337111330103130151611661
Binary11011111100100111011010000111011000110111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF491B; }

 p { color: rgb(223,73,27); }

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

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

 a { background-color: rgb(223,73,27); }

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

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

 span { border-color: rgb(223,73,27); }

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