Html Css Color HEX #DB5247 Valencia

📋 copy color: '#DB5247'

red 219 ◦ green 82 ◦ blue 71

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

Shades of Valencia #DB5247

Tints of Valencia #DB5247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 58.87%
G = 22.04%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5247 (or 0xDB5247) is known color: Valencia. HEX triplet: DB, 52 and 47. RGB value is (219,82,71). Sum of RGB (Red+Green+Blue) = 219+82+71=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5247 is #24ADB8. Grayscale: #797979. Windows color (decimal): -2403769 or 4674267. OLE color: 4674267.

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

Color convert

RGB 219 82 71 -
CMYK 0 0.63 0.68 0.14
HSL 4.46º 0.67% 0.57% -
HSV(B) 4.46º 0.68% 0.86% -
XYZ 33.37 21.55 8.36 -
YUV 121.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 219 82 71 0 0.63 0.68 0.14 4.46 0.67 0.57
Hex DB 52 47 0 3F 44 E 4 43 39
Octal 333 122 107 0 77 104 16 4 103 71
Binary 11011011 1010010 1000111 0 111111 1000100 1110 100 1000011 111001

Color Harmonies of #DB5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5247

Black with #DB5247

Text Example


Text Example

White with #DB5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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