#DB382E

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

Shades of Cinnabar #DB382E

Tints of Cinnabar #DB382E

Color information

#DB382E (or 0xDB382E) is unknown color: approx Cinnabar. HEX triplet: DB, 38 and 2E. RGB value is (219,56,46). Sum of RGB (Red+Green+Blue) = 219+56+46=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB382E is #24C7D1. Grayscale: #676767. Windows color (decimal): -2410450 or 3029211. OLE color: 3029211.

HSL color Cylindrical-coordinate representation of color #DB382E: hue angle of 3.47º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB382E is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2195646-
CMYK00.740.790.14
HSL3.47º70.61%51.96%-
HSV(B)3.47º79%85.88%-
XYZ31.1218.094.44-
YUV103.695.5210.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 68.22%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=68.22%
G=17.45%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219564600.740.790.143.4770.6151.96
HexDB382E04A4FE34734
Octal3337056011211716310764
Binary110110111110001011100100101010011111110111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB382E; }

 p { color: rgb(219,56,46); }

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

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

 a { background-color: rgb(219,56,46); }

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

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

 span { border-color: rgb(219,56,46); }

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