Html Css Color HEX #DD5240 Valencia

📋 copy color: '#DD5240'

red 221 ◦ green 82 ◦ blue 64

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

Shades of Valencia #DD5240

Tints of Valencia #DD5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

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

R = 60.22%
G = 22.34%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5240 (or 0xDD5240) is known color: Valencia. HEX triplet: DD, 52 and 40. RGB value is (221,82,64). Sum of RGB (Red+Green+Blue) = 221+82+64=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5240 is #22ADBF. Grayscale: #797979. Windows color (decimal): -2272704 or 4215517. OLE color: 4215517.

HSL color Cylindrical-coordinate representation of color #DD5240: hue angle of 6.88º 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 #DD5240 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 64 -
CMYK 0 0.63 0.71 0.13
HSL 6.88º 0.7% 0.56% -
HSV(B) 6.88º 0.71% 0.87% -
XYZ 33.76 21.78 7.27 -
YUV 121.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 221 82 64 0 0.63 0.71 0.13 6.88 0.7 0.56
Hex DD 52 40 0 3F 47 D 7 46 38
Octal 335 122 100 0 77 107 15 7 106 70
Binary 11011101 1010010 1000000 0 111111 1000111 1101 111 1000110 111000

Color Harmonies of #DD5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5240

Black with #DD5240

Text Example


Text Example

White with #DD5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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