#DF4A26

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

Shades of Cinnabar #DF4A26

Tints of Cinnabar #DF4A26

Color information

#DF4A26 (or 0xDF4A26) is unknown color: approx Cinnabar. HEX triplet: DF, 4A and 26. RGB value is (223,74,38). Sum of RGB (Red+Green+Blue) = 223+74+38=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A26 is #20B5D9. Grayscale: #727272. Windows color (decimal): -2143706 or 2509535. OLE color: 2509535.

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

Color convert

RGB2237438-
CMYK00.670.830.13
HSL11.68º74.3%51.18%-
HSV(B)11.68º82.96%87.45%-
XYZ33.2320.734.08-
YUV114.4584.86205.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.57%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 38 (15.23% from 255) = 11.34%
R=66.57%
G=22.09%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223743800.670.830.1311.6874.351.18
HexDF4A2604353Dc4a33
Octal337112460103123151411263
Binary110111111001010100110010000111010011110111001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4A26; }

 p { color: rgb(223,74,38); }

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

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

 a { background-color: rgb(223,74,38); }

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

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

 span { border-color: rgb(223,74,38); }

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