Html Css Color HEX #DB5340 Valencia

📋 copy color: '#DB5340'

red 219 ◦ green 83 ◦ blue 64

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

Shades of Valencia #DB5340

Tints of Valencia #DB5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 59.84%
G = 22.68%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5340 (or 0xDB5340) is known color: Valencia. HEX triplet: DB, 53 and 40. RGB value is (219,83,64). Sum of RGB (Red+Green+Blue) = 219+83+64=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5340 is #24ACBF. Grayscale: #797979. Windows color (decimal): -2403520 or 4215771. OLE color: 4215771.

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

Color convert

RGB 219 83 64 -
CMYK 0 0.62 0.71 0.14
HSL 7.35º 0.68% 0.55% -
HSV(B) 7.35º 0.71% 0.86% -
XYZ 33.23 21.62 7.27 -
YUV 121.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 219 83 64 0 0.62 0.71 0.14 7.35 0.68 0.55
Hex DB 53 40 0 3E 47 E 7 44 37
Octal 333 123 100 0 76 107 16 7 104 67
Binary 11011011 1010011 1000000 0 111110 1000111 1110 111 1000100 110111

Color Harmonies of #DB5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5340

Black with #DB5340

Text Example


Text Example

White with #DB5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5340; }

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

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

background-color css

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

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

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

border-color css

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

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

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