#DF382C

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

Shades of Cinnabar #DF382C

Tints of Cinnabar #DF382C

Color information

#DF382C (or 0xDF382C) is unknown color: approx Cinnabar. HEX triplet: DF, 38 and 2C. RGB value is (223,56,44). Sum of RGB (Red+Green+Blue) = 223+56+44=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF382C is #20C7D3. Grayscale: #686868. Windows color (decimal): -2148308 or 2898143. OLE color: 2898143.

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

Color convert

RGB2235644-
CMYK00.750.800.13
HSL4.02º73.66%52.35%-
HSV(B)4.02º80.27%87.45%-
XYZ32.318.74.29-
YUV104.5693.83212.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.04%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=69.04%
G=17.34%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223564400.750.800.134.0273.6652.35
HexDF382C04B50D44a34
Octal3377054011312015411264
Binary1101111111100010110001001011101000011011001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF382C; }

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

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

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

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

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

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

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

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