Html Css Color HEX #DB503B Cinnabar

📋 copy color: '#DB503B'

red 219 ◦ green 80 ◦ blue 59

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

Shades of Cinnabar #DB503B

Tints of Cinnabar #DB503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.48%

R = 61.17%
G = 22.35%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB503B (or 0xDB503B) is known color: Cinnabar. HEX triplet: DB, 50 and 3B. RGB value is (219,80,59). Sum of RGB (Red+Green+Blue) = 219+80+59=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB503B is #24AFC4. Grayscale: #777777. Windows color (decimal): -2404293 or 3887323. OLE color: 3887323.

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

Color convert

RGB 219 80 59 -
CMYK 0 0.63 0.73 0.14
HSL 7.88º 0.69% 0.55% -
HSV(B) 7.88º 0.73% 0.86% -
XYZ 32.87 21.11 6.48 -
YUV 119.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 219 80 59 0 0.63 0.73 0.14 7.88 0.69 0.55
Hex DB 50 3B 0 3F 49 E 8 45 37
Octal 333 120 73 0 77 111 16 10 105 67
Binary 11011011 1010000 111011 0 111111 1001001 1110 1000 1000101 110111

Color Harmonies of #DB503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB503B

Black with #DB503B

Text Example


Text Example

White with #DB503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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