Html Css Color HEX #DB5249 Valencia

📋 copy color: '#DB5249'

red 219 ◦ green 82 ◦ blue 73

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

Shades of Valencia #DB5249

Tints of Valencia #DB5249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 58.56%
G = 21.93%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5249 (or 0xDB5249) is known color: Valencia. HEX triplet: DB, 52 and 49. RGB value is (219,82,73). Sum of RGB (Red+Green+Blue) = 219+82+73=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5249 is #24ADB6. Grayscale: #7A7A7A. Windows color (decimal): -2403767 or 4805339. OLE color: 4805339.

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

Color convert

RGB 219 82 73 -
CMYK 0 0.63 0.67 0.14
HSL 3.7º 0.67% 0.57% -
HSV(B) 3.7º 0.67% 0.86% -
XYZ 33.43 21.58 8.71 -
YUV 121.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 219 82 73 0 0.63 0.67 0.14 3.7 0.67 0.57
Hex DB 52 49 0 3F 43 E 4 43 39
Octal 333 122 111 0 77 103 16 4 103 71
Binary 11011011 1010010 1001001 0 111111 1000011 1110 100 1000011 111001

Color Harmonies of #DB5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5249

Black with #DB5249

Text Example


Text Example

White with #DB5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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