Html Css Color HEX #DB5149 Valencia

📋 copy color: '#DB5149'

red 219 ◦ green 81 ◦ blue 73

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

Shades of Valencia #DB5149

Tints of Valencia #DB5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 58.71%
G = 21.72%
B = 19.57%

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

#DB5149 (or 0xDB5149) is known color: Valencia. HEX triplet: DB, 51 and 49. RGB value is (219,81,73). Sum of RGB (Red+Green+Blue) = 219+81+73=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5149 is #24AEB6. Grayscale: #797979. Windows color (decimal): -2404023 or 4805083. OLE color: 4805083.

HSL color Cylindrical-coordinate representation of color #DB5149: hue angle of 3.29º 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 #DB5149 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 73 -
CMYK 0 0.63 0.67 0.14
HSL 3.29º 0.67% 0.57% -
HSV(B) 3.29º 0.67% 0.86% -
XYZ 33.36 21.43 8.68 -
YUV 121.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 219 81 73 0 0.63 0.67 0.14 3.29 0.67 0.57
Hex DB 51 49 0 3F 43 E 3 43 39
Octal 333 121 111 0 77 103 16 3 103 71
Binary 11011011 1010001 1001001 0 111111 1000011 1110 11 1000011 111001

Color Harmonies of #DB5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5149

Black with #DB5149

Text Example


Text Example

White with #DB5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5149; }

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

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

background-color css

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

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

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

border-color css

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

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

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