Html Css Color HEX #DB5042 Valencia

📋 copy color: '#DB5042'

red 219 ◦ green 80 ◦ blue 66

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

Shades of Valencia #DB5042

Tints of Valencia #DB5042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 60%
G = 21.92%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB5042 (or 0xDB5042) is known color: Valencia. HEX triplet: DB, 50 and 42. RGB value is (219,80,66). Sum of RGB (Red+Green+Blue) = 219+80+66=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5042 is #24AFBD. Grayscale: #787878. Windows color (decimal): -2404286 or 4346075. OLE color: 4346075.

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

Color convert

RGB 219 80 66 -
CMYK 0 0.63 0.70 0.14
HSL 5.49º 0.68% 0.56% -
HSV(B) 5.49º 0.7% 0.86% -
XYZ 33.07 21.19 7.5 -
YUV 119.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 219 80 66 0 0.63 0.70 0.14 5.49 0.68 0.56
Hex DB 50 42 0 3F 46 E 5 44 38
Octal 333 120 102 0 77 106 16 5 104 70
Binary 11011011 1010000 1000010 0 111111 1000110 1110 101 1000100 111000

Color Harmonies of #DB5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5042

Black with #DB5042

Text Example


Text Example

White with #DB5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5042; }

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

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

background-color css

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

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

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

border-color css

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

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

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