Html Css Color HEX #DB3B20 Cinnabar

📋 copy color: '#DB3B20'

red 219 ◦ green 59 ◦ blue 32

#DB3B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DB3B20

Tints of Cinnabar #DB3B20

RGB

 RED value IS 219 (85.94% from 255) = 70.65%

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 70.65%
G = 19.03%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB3B20 (or 0xDB3B20) is known color: Cinnabar. HEX triplet: DB, 3B and 20. RGB value is (219,59,32). Sum of RGB (Red+Green+Blue) = 219+59+32=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B20 is #24C4DF. Grayscale: #686868. Windows color (decimal): -2409696 or 2112475. OLE color: 2112475.

HSL color Cylindrical-coordinate representation of color #DB3B20: hue angle of 8.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB3B20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 59 32 -
CMYK 0 0.73 0.85 0.14
HSL 8.66º 0.75% 0.49% -
HSV(B) 8.66º 0.85% 0.86% -
XYZ 31.04 18.29 3.26 -
YUV 103.76 87.51 210.2 -
System Red Green Blue C M Y K H S L
Decimal 219 59 32 0 0.73 0.85 0.14 8.66 0.75 0.49
Hex DB 3B 20 0 49 55 E 9 4B 31
Octal 333 73 40 0 111 125 16 11 113 61
Binary 11011011 111011 100000 0 1001001 1010101 1110 1001 1001011 110001

Color Harmonies of #DB3B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B20

Black with #DB3B20

Text Example


Text Example

White with #DB3B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B20; }

 p { color: rgb(219,59,32); }

 H1.HeaderClassName
 {
   color: #DB3B20;
 }
 .AnyTagClassName
 {
   color: #DB3B20;
 }
</style>

background-color css

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

 a { background-color: rgb(219,59,32); }

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

border-color css

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

 span { border-color: rgb(219,59,32); }

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