Html Css Color HEX #DB5037 Cinnabar

📋 copy color: '#DB5037'

red 219 ◦ green 80 ◦ blue 55

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

Shades of Cinnabar #DB5037

Tints of Cinnabar #DB5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 55 (21.88% from 255) = 15.54%

R = 61.86%
G = 22.6%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB5037 (or 0xDB5037) is known color: Cinnabar. HEX triplet: DB, 50 and 37. RGB value is (219,80,55). Sum of RGB (Red+Green+Blue) = 219+80+55=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5037 is #24AFC8. Grayscale: #767676. Windows color (decimal): -2404297 or 3625179. OLE color: 3625179.

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

Color convert

RGB 219 80 55 -
CMYK 0 0.63 0.75 0.14
HSL 9.15º 0.69% 0.54% -
HSV(B) 9.15º 0.75% 0.86% -
XYZ 32.77 21.07 5.95 -
YUV 118.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 219 80 55 0 0.63 0.75 0.14 9.15 0.69 0.54
Hex DB 50 37 0 3F 4B E 9 45 36
Octal 333 120 67 0 77 113 16 11 105 66
Binary 11011011 1010000 110111 0 111111 1001011 1110 1001 1000101 110110

Color Harmonies of #DB5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5037

Black with #DB5037

Text Example


Text Example

White with #DB5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5037; }

 p { color: rgb(219,80,55); }

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

background-color css

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

 a { background-color: rgb(219,80,55); }

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

border-color css

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

 span { border-color: rgb(219,80,55); }

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