Html Css Color HEX #DB5745 Valencia

📋 copy color: '#DB5745'

red 219 ◦ green 87 ◦ blue 69

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

Shades of Valencia #DB5745

Tints of Valencia #DB5745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 58.4%
G = 23.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5745 (or 0xDB5745) is known color: Valencia. HEX triplet: DB, 57 and 45. RGB value is (219,87,69). Sum of RGB (Red+Green+Blue) = 219+87+69=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5745 is #24A8BA. Grayscale: #7C7C7C. Windows color (decimal): -2402491 or 4544475. OLE color: 4544475.

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

Color convert

RGB 219 87 69 -
CMYK 0 0.60 0.68 0.14
HSL 7.2º 0.68% 0.56% -
HSV(B) 7.2º 0.68% 0.86% -
XYZ 33.7 22.31 8.16 -
YUV 124.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 219 87 69 0 0.60 0.68 0.14 7.2 0.68 0.56
Hex DB 57 45 0 3C 44 E 7 44 38
Octal 333 127 105 0 74 104 16 7 104 70
Binary 11011011 1010111 1000101 0 111100 1000100 1110 111 1000100 111000

Color Harmonies of #DB5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5745

Black with #DB5745

Text Example


Text Example

White with #DB5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5745; }

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

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

background-color css

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

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

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

border-color css

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

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

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