Html Css Color HEX #DB5545 Valencia

📋 copy color: '#DB5545'

red 219 ◦ green 85 ◦ blue 69

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

Shades of Valencia #DB5545

Tints of Valencia #DB5545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 58.71%
G = 22.79%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5545 (or 0xDB5545) is known color: Valencia. HEX triplet: DB, 55 and 45. RGB value is (219,85,69). Sum of RGB (Red+Green+Blue) = 219+85+69=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5545 is #24AABA. Grayscale: #7B7B7B. Windows color (decimal): -2403003 or 4543963. OLE color: 4543963.

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

Color convert

RGB 219 85 69 -
CMYK 0 0.61 0.68 0.14
HSL 6.4º 0.68% 0.56% -
HSV(B) 6.4º 0.68% 0.86% -
XYZ 33.54 21.99 8.11 -
YUV 123.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 219 85 69 0 0.61 0.68 0.14 6.4 0.68 0.56
Hex DB 55 45 0 3D 44 E 6 44 38
Octal 333 125 105 0 75 104 16 6 104 70
Binary 11011011 1010101 1000101 0 111101 1000100 1110 110 1000100 111000

Color Harmonies of #DB5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5545

Black with #DB5545

Text Example


Text Example

White with #DB5545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5545; }

 p { color: rgb(219,85,69); }

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

background-color css

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

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

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

border-color css

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

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

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