Html Css Color HEX #DB503F Valencia

📋 copy color: '#DB503F'

red 219 ◦ green 80 ◦ blue 63

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

Shades of Valencia #DB503F

Tints of Valencia #DB503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 60.5%
G = 22.1%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB503F (or 0xDB503F) is known color: Valencia. HEX triplet: DB, 50 and 3F. RGB value is (219,80,63). Sum of RGB (Red+Green+Blue) = 219+80+63=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB503F is #24AFC0. Grayscale: #777777. Windows color (decimal): -2404289 or 4149467. OLE color: 4149467.

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

Color convert

RGB 219 80 63 -
CMYK 0 0.63 0.71 0.14
HSL 6.54º 0.68% 0.55% -
HSV(B) 6.54º 0.71% 0.86% -
XYZ 32.98 21.16 7.05 -
YUV 119.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 219 80 63 0 0.63 0.71 0.14 6.54 0.68 0.55
Hex DB 50 3F 0 3F 47 E 7 44 37
Octal 333 120 77 0 77 107 16 7 104 67
Binary 11011011 1010000 111111 0 111111 1000111 1110 111 1000100 110111

Color Harmonies of #DB503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB503F

Black with #DB503F

Text Example


Text Example

White with #DB503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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