Html Css Color HEX #DB4A49 Valencia

📋 copy color: '#DB4A49'

red 219 ◦ green 74 ◦ blue 73

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

Shades of Valencia #DB4A49

Tints of Valencia #DB4A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 59.84%
G = 20.22%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4A49 (or 0xDB4A49) is known color: Valencia. HEX triplet: DB, 4A and 49. RGB value is (219,74,73). Sum of RGB (Red+Green+Blue) = 219+74+73=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A49 is #24B5B6. Grayscale: #757575. Windows color (decimal): -2405815 or 4803291. OLE color: 4803291.

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

Color convert

RGB 219 74 73 -
CMYK 0 0.66 0.67 0.14
HSL 0.41º 0.67% 0.57% -
HSV(B) 0.41º 0.67% 0.86% -
XYZ 32.86 20.44 8.52 -
YUV 117.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 219 74 73 0 0.66 0.67 0.14 0.41 0.67 0.57
Hex DB 4A 49 0 42 43 E 0 43 39
Octal 333 112 111 0 102 103 16 0 103 71
Binary 11011011 1001010 1001001 0 1000010 1000011 1110 0 1000011 111001

Color Harmonies of #DB4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A49

Black with #DB4A49

Text Example


Text Example

White with #DB4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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