Html Css Color HEX #DB503E Cinnabar

📋 copy color: '#DB503E'

red 219 ◦ green 80 ◦ blue 62

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

Shades of Cinnabar #DB503E

Tints of Cinnabar #DB503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 60.66%
G = 22.16%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB503E (or 0xDB503E) is known color: Cinnabar. HEX triplet: DB, 50 and 3E. RGB value is (219,80,62). Sum of RGB (Red+Green+Blue) = 219+80+62=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB503E is #24AFC1. Grayscale: #777777. Windows color (decimal): -2404290 or 4083931. OLE color: 4083931.

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

Color convert

RGB 219 80 62 -
CMYK 0 0.63 0.72 0.14
HSL 6.88º 0.69% 0.55% -
HSV(B) 6.88º 0.72% 0.86% -
XYZ 32.95 21.15 6.9 -
YUV 119.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 219 80 62 0 0.63 0.72 0.14 6.88 0.69 0.55
Hex DB 50 3E 0 3F 48 E 7 45 37
Octal 333 120 76 0 77 110 16 7 105 67
Binary 11011011 1010000 111110 0 111111 1001000 1110 111 1000101 110111

Color Harmonies of #DB503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB503E

Black with #DB503E

Text Example


Text Example

White with #DB503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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