Html Css Color HEX #DB5349 Valencia

📋 copy color: '#DB5349'

red 219 ◦ green 83 ◦ blue 73

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

Shades of Valencia #DB5349

Tints of Valencia #DB5349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 58.4%
G = 22.13%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5349 (or 0xDB5349) is known color: Valencia. HEX triplet: DB, 53 and 49. RGB value is (219,83,73). Sum of RGB (Red+Green+Blue) = 219+83+73=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5349 is #24ACB6. Grayscale: #7A7A7A. Windows color (decimal): -2403511 or 4805595. OLE color: 4805595.

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

Color convert

RGB 219 83 73 -
CMYK 0 0.62 0.67 0.14
HSL 4.11º 0.67% 0.57% -
HSV(B) 4.11º 0.67% 0.86% -
XYZ 33.51 21.73 8.73 -
YUV 122.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 219 83 73 0 0.62 0.67 0.14 4.11 0.67 0.57
Hex DB 53 49 0 3E 43 E 4 43 39
Octal 333 123 111 0 76 103 16 4 103 71
Binary 11011011 1010011 1001001 0 111110 1000011 1110 100 1000011 111001

Color Harmonies of #DB5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5349

Black with #DB5349

Text Example


Text Example

White with #DB5349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5349; }

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

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

background-color css

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

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

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

border-color css

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

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

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