Html Css Color HEX #DB5C53 Valencia

📋 copy color: '#DB5C53'

red 219 ◦ green 92 ◦ blue 83

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

Shades of Valencia #DB5C53

Tints of Valencia #DB5C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 55.58%
G = 23.35%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5C53 (or 0xDB5C53) is known color: Valencia. HEX triplet: DB, 5C and 53. RGB value is (219,92,83). Sum of RGB (Red+Green+Blue) = 219+92+83=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C53 is #24A3AC. Grayscale: #818181. Windows color (decimal): -2401197 or 5463259. OLE color: 5463259.

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

Color convert

RGB 219 92 83 -
CMYK 0 0.58 0.62 0.14
HSL 3.97º 0.65% 0.59% -
HSV(B) 3.97º 0.62% 0.86% -
XYZ 34.6 23.34 10.86 -
YUV 128.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 219 92 83 0 0.58 0.62 0.14 3.97 0.65 0.59
Hex DB 5C 53 0 3A 3E E 4 41 3B
Octal 333 134 123 0 72 76 16 4 101 73
Binary 11011011 1011100 1010011 0 111010 111110 1110 100 1000001 111011

Color Harmonies of #DB5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C53

Black with #DB5C53

Text Example


Text Example

White with #DB5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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