Html Css Color HEX #DB5248 Valencia

📋 copy color: '#DB5248'

red 219 ◦ green 82 ◦ blue 72

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

Shades of Valencia #DB5248

Tints of Valencia #DB5248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 58.71%
G = 21.98%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5248 (or 0xDB5248) is known color: Valencia. HEX triplet: DB, 52 and 48. RGB value is (219,82,72). Sum of RGB (Red+Green+Blue) = 219+82+72=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5248 is #24ADB7. Grayscale: #7A7A7A. Windows color (decimal): -2403768 or 4739803. OLE color: 4739803.

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

Color convert

RGB 219 82 72 -
CMYK 0 0.63 0.67 0.14
HSL 4.08º 0.67% 0.57% -
HSV(B) 4.08º 0.67% 0.86% -
XYZ 33.4 21.56 8.53 -
YUV 121.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 219 82 72 0 0.63 0.67 0.14 4.08 0.67 0.57
Hex DB 52 48 0 3F 43 E 4 43 39
Octal 333 122 110 0 77 103 16 4 103 71
Binary 11011011 1010010 1001000 0 111111 1000011 1110 100 1000011 111001

Color Harmonies of #DB5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5248

Black with #DB5248

Text Example


Text Example

White with #DB5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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