Html Css Color HEX #DD5040 Valencia

📋 copy color: '#DD5040'

red 221 ◦ green 80 ◦ blue 64

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

Shades of Valencia #DD5040

Tints of Valencia #DD5040

RGB

 RED value IS 221 (86.72% from 255) = 60.55%

 GREEN value IS 80 (31.64% from 255) = 21.92%

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

R = 60.55%
G = 21.92%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5040 (or 0xDD5040) is known color: Valencia. HEX triplet: DD, 50 and 40. RGB value is (221,80,64). Sum of RGB (Red+Green+Blue) = 221+80+64=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5040 is #22AFBF. Grayscale: #787878. Windows color (decimal): -2273216 or 4215005. OLE color: 4215005.

HSL color Cylindrical-coordinate representation of color #DD5040: hue angle of 6.11º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD5040 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 64 -
CMYK 0 0.64 0.71 0.13
HSL 6.11º 0.7% 0.56% -
HSV(B) 6.11º 0.71% 0.87% -
XYZ 33.61 21.48 7.22 -
YUV 120.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 221 80 64 0 0.64 0.71 0.13 6.11 0.7 0.56
Hex DD 50 40 0 40 47 D 6 46 38
Octal 335 120 100 0 100 107 15 6 106 70
Binary 11011101 1010000 1000000 0 1000000 1000111 1101 110 1000110 111000

Color Harmonies of #DD5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5040

Black with #DD5040

Text Example


Text Example

White with #DD5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5040; }

 p { color: rgb(221,80,64); }

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

background-color css

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

 a { background-color: rgb(221,80,64); }

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

border-color css

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

 span { border-color: rgb(221,80,64); }

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