Html Css Color HEX #DB5C51 Valencia

📋 copy color: '#DB5C51'

red 219 ◦ green 92 ◦ blue 81

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

Shades of Valencia #DB5C51

Tints of Valencia #DB5C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 55.87%
G = 23.47%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5C51 (or 0xDB5C51) is known color: Valencia. HEX triplet: DB, 5C and 51. RGB value is (219,92,81). Sum of RGB (Red+Green+Blue) = 219+92+81=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C51 is #24A3AE. Grayscale: #808080. Windows color (decimal): -2401199 or 5332187. OLE color: 5332187.

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

Color convert

RGB 219 92 81 -
CMYK 0 0.58 0.63 0.14
HSL 4.78º 0.66% 0.59% -
HSV(B) 4.78º 0.63% 0.86% -
XYZ 34.53 23.31 10.46 -
YUV 128.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 219 92 81 0 0.58 0.63 0.14 4.78 0.66 0.59
Hex DB 5C 51 0 3A 3F E 5 42 3B
Octal 333 134 121 0 72 77 16 5 102 73
Binary 11011011 1011100 1010001 0 111010 111111 1110 101 1000010 111011

Color Harmonies of #DB5C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C51

Black with #DB5C51

Text Example


Text Example

White with #DB5C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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