#DF3826

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

Shades of Cinnabar #DF3826

Tints of Cinnabar #DF3826

Color information

#DF3826 (or 0xDF3826) is unknown color: approx Cinnabar. HEX triplet: DF, 38 and 26. RGB value is (223,56,38). Sum of RGB (Red+Green+Blue) = 223+56+38=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3826 is #20C7D9. Grayscale: #686868. Windows color (decimal): -2148314 or 2504927. OLE color: 2504927.

HSL color Cylindrical-coordinate representation of color #DF3826: hue angle of 5.84º 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 #DF3826 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2235638-
CMYK00.750.830.13
HSL5.84º74.3%51.18%-
HSV(B)5.84º82.96%87.45%-
XYZ32.218.663.74-
YUV103.8890.83212.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.35%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=70.35%
G=17.67%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223563800.750.830.135.8474.351.18
HexDF382604B53D64a33
Octal3377046011312315611263
Binary1101111111100010011001001011101001111011101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3826; }

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

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

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

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

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

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

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

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