Html Css Color HEX #DB5252 Valencia

📋 copy color: '#DB5252'

red 219 ◦ green 82 ◦ blue 82

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

Shades of Valencia #DB5252

Tints of Valencia #DB5252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 57.18%
G = 21.41%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5252 (or 0xDB5252) is known color: Valencia. HEX triplet: DB, 52 and 52. RGB value is (219,82,82). Sum of RGB (Red+Green+Blue) = 219+82+82=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5252 is #24ADAD. Grayscale: #7B7B7B. Windows color (decimal): -2403758 or 5395163. OLE color: 5395163.

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

Color convert

RGB 219 82 82 -
CMYK 0 0.63 0.63 0.14
HSL 0.66% 0.59% -
HSV(B) 0.63% 0.86% -
XYZ 33.75 21.7 10.39 -
YUV 122.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 219 82 82 0 0.63 0.63 0.14 0 0.66 0.59
Hex DB 52 52 0 3F 3F E 0 42 3B
Octal 333 122 122 0 77 77 16 0 102 73
Binary 11011011 1010010 1010010 0 111111 111111 1110 0 1000010 111011

Color Harmonies of #DB5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5252

Black with #DB5252

Text Example


Text Example

White with #DB5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5252; }

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

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

background-color css

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

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

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

border-color css

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

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

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