Html Css Color HEX #DB5345 Valencia

📋 copy color: '#DB5345'

red 219 ◦ green 83 ◦ blue 69

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

Shades of Valencia #DB5345

Tints of Valencia #DB5345

RGB

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

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

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

R = 59.03%
G = 22.37%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5345 (or 0xDB5345) is known color: Valencia. HEX triplet: DB, 53 and 45. RGB value is (219,83,69). Sum of RGB (Red+Green+Blue) = 219+83+69=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5345 is #24ACBA. Grayscale: #7A7A7A. Windows color (decimal): -2403515 or 4543451. OLE color: 4543451.

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

Color convert

RGB 219 83 69 -
CMYK 0 0.62 0.68 0.14
HSL 5.6º 0.68% 0.56% -
HSV(B) 5.6º 0.68% 0.86% -
XYZ 33.38 21.68 8.05 -
YUV 122.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 219 83 69 0 0.62 0.68 0.14 5.6 0.68 0.56
Hex DB 53 45 0 3E 44 E 6 44 38
Octal 333 123 105 0 76 104 16 6 104 70
Binary 11011011 1010011 1000101 0 111110 1000100 1110 110 1000100 111000

Color Harmonies of #DB5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5345

Black with #DB5345

Text Example


Text Example

White with #DB5345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5345; }

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

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

background-color css

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

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

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

border-color css

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

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

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