Html Css Color HEX #DB5140 Valencia

📋 copy color: '#DB5140'

red 219 ◦ green 81 ◦ blue 64

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

Shades of Valencia #DB5140

Tints of Valencia #DB5140

RGB

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

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

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

R = 60.16%
G = 22.25%
B = 17.58%

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

#DB5140 (or 0xDB5140) is known color: Valencia. HEX triplet: DB, 51 and 40. RGB value is (219,81,64). Sum of RGB (Red+Green+Blue) = 219+81+64=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5140 is #24AEBF. Grayscale: #787878. Windows color (decimal): -2404032 or 4215259. OLE color: 4215259.

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

Color convert

RGB 219 81 64 -
CMYK 0 0.63 0.71 0.14
HSL 6.58º 0.68% 0.55% -
HSV(B) 6.58º 0.71% 0.86% -
XYZ 33.08 21.32 7.22 -
YUV 120.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 219 81 64 0 0.63 0.71 0.14 6.58 0.68 0.55
Hex DB 51 40 0 3F 47 E 7 44 37
Octal 333 121 100 0 77 107 16 7 104 67
Binary 11011011 1010001 1000000 0 111111 1000111 1110 111 1000100 110111

Color Harmonies of #DB5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5140

Black with #DB5140

Text Example


Text Example

White with #DB5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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