Html Css Color HEX #DB5240 Valencia

📋 copy color: '#DB5240'

red 219 ◦ green 82 ◦ blue 64

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

Shades of Valencia #DB5240

Tints of Valencia #DB5240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 60%
G = 22.47%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5240 (or 0xDB5240) is known color: Valencia. HEX triplet: DB, 52 and 40. RGB value is (219,82,64). Sum of RGB (Red+Green+Blue) = 219+82+64=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5240 is #24ADBF. Grayscale: #797979. Windows color (decimal): -2403776 or 4215515. OLE color: 4215515.

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

Color convert

RGB 219 82 64 -
CMYK 0 0.63 0.71 0.14
HSL 6.97º 0.68% 0.55% -
HSV(B) 6.97º 0.71% 0.86% -
XYZ 33.16 21.46 7.25 -
YUV 120.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 219 82 64 0 0.63 0.71 0.14 6.97 0.68 0.55
Hex DB 52 40 0 3F 47 E 7 44 37
Octal 333 122 100 0 77 107 16 7 104 67
Binary 11011011 1010010 1000000 0 111111 1000111 1110 111 1000100 110111

Color Harmonies of #DB5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5240

Black with #DB5240

Text Example


Text Example

White with #DB5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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