Html Css Color HEX #DB5250 Valencia

📋 copy color: '#DB5250'

red 219 ◦ green 82 ◦ blue 80

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

Shades of Valencia #DB5250

Tints of Valencia #DB5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.52%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 57.48%
G = 21.52%
B = 21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5250 (or 0xDB5250) is known color: Valencia. HEX triplet: DB, 52 and 50. RGB value is (219,82,80). Sum of RGB (Red+Green+Blue) = 219+82+80=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5250 is #24ADAF. Grayscale: #7A7A7A. Windows color (decimal): -2403760 or 5264091. OLE color: 5264091.

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

Color convert

RGB 219 82 80 -
CMYK 0 0.63 0.63 0.14
HSL 0.86º 0.66% 0.59% -
HSV(B) 0.86º 0.63% 0.86% -
XYZ 33.68 21.67 10 -
YUV 122.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 219 82 80 0 0.63 0.63 0.14 0.86 0.66 0.59
Hex DB 52 50 0 3F 3F E 1 42 3B
Octal 333 122 120 0 77 77 16 1 102 73
Binary 11011011 1010010 1010000 0 111111 111111 1110 1 1000010 111011

Color Harmonies of #DB5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5250

Black with #DB5250

Text Example


Text Example

White with #DB5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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