Html Css Color HEX #DB5151 Valencia

📋 copy color: '#DB5151'

red 219 ◦ green 81 ◦ blue 81

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

Shades of Valencia #DB5151

Tints of Valencia #DB5151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.26%

R = 57.48%
G = 21.26%
B = 21.26%

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

#DB5151 (or 0xDB5151) is known color: Valencia. HEX triplet: DB, 51 and 51. RGB value is (219,81,81). Sum of RGB (Red+Green+Blue) = 219+81+81=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5151 is #24AEAE. Grayscale: #7A7A7A. Windows color (decimal): -2404015 or 5329371. OLE color: 5329371.

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

Color convert

RGB 219 81 81 -
CMYK 0 0.63 0.63 0.14
HSL 0.66% 0.59% -
HSV(B) 0.63% 0.86% -
XYZ 33.64 21.54 10.17 -
YUV 122.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 219 81 81 0 0.63 0.63 0.14 0 0.66 0.59
Hex DB 51 51 0 3F 3F E 0 42 3B
Octal 333 121 121 0 77 77 16 0 102 73
Binary 11011011 1010001 1010001 0 111111 111111 1110 0 1000010 111011

Color Harmonies of #DB5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5151

Black with #DB5151

Text Example


Text Example

White with #DB5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5151; }

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

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

background-color css

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

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

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

border-color css

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

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

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