Html Css Color HEX #DB5441 Valencia

📋 copy color: '#DB5441'

red 219 ◦ green 84 ◦ blue 65

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

Shades of Valencia #DB5441

Tints of Valencia #DB5441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 59.51%
G = 22.83%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB5441 (or 0xDB5441) is known color: Valencia. HEX triplet: DB, 54 and 41. RGB value is (219,84,65). Sum of RGB (Red+Green+Blue) = 219+84+65=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5441 is #24ABBE. Grayscale: #7A7A7A. Windows color (decimal): -2403263 or 4281563. OLE color: 4281563.

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

Color convert

RGB 219 84 65 -
CMYK 0 0.62 0.70 0.14
HSL 7.4º 0.68% 0.56% -
HSV(B) 7.4º 0.7% 0.86% -
XYZ 33.34 21.78 7.45 -
YUV 122.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 219 84 65 0 0.62 0.70 0.14 7.4 0.68 0.56
Hex DB 54 41 0 3E 46 E 7 44 38
Octal 333 124 101 0 76 106 16 7 104 70
Binary 11011011 1010100 1000001 0 111110 1000110 1110 111 1000100 111000

Color Harmonies of #DB5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5441

Black with #DB5441

Text Example


Text Example

White with #DB5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5441; }

 p { color: rgb(219,84,65); }

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

background-color css

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

 a { background-color: rgb(219,84,65); }

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

border-color css

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

 span { border-color: rgb(219,84,65); }

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