#DB4B27

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

Shades of Cinnabar #DB4B27

Tints of Cinnabar #DB4B27

Color information

#DB4B27 (or 0xDB4B27) is unknown color: approx Cinnabar. HEX triplet: DB, 4B and 27. RGB value is (219,75,39). Sum of RGB (Red+Green+Blue) = 219+75+39=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B27 is #24B4D8. Grayscale: #727272. Windows color (decimal): -2405593 or 2575323. OLE color: 2575323.

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

Color convert

RGB2197539-
CMYK00.660.820.14
HSL12º71.43%50.59%-
HSV(B)12º82.19%85.88%-
XYZ32.120.244.13-
YUV113.9585.71202.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.77%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 39 (15.62% from 255) = 11.71%
R=65.77%
G=22.52%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219753900.660.820.141271.4350.59
HexDB4B2704252Ec4733
Octal333113470102122161410763
Binary110110111001011100111010000101010010111011001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4B27; }

 p { color: rgb(219,75,39); }

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

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

 a { background-color: rgb(219,75,39); }

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

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

 span { border-color: rgb(219,75,39); }

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