Html Css Color HEX #DD5241 Valencia

📋 copy color: '#DD5241'

red 221 ◦ green 82 ◦ blue 65

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

Shades of Valencia #DD5241

Tints of Valencia #DD5241

RGB

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

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

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

R = 60.05%
G = 22.28%
B = 17.66%

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

#DD5241 (or 0xDD5241) is known color: Valencia. HEX triplet: DD, 52 and 41. RGB value is (221,82,65). Sum of RGB (Red+Green+Blue) = 221+82+65=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5241 is #22ADBE. Grayscale: #797979. Windows color (decimal): -2272703 or 4281053. OLE color: 4281053.

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

Color convert

RGB 221 82 65 -
CMYK 0 0.63 0.71 0.13
HSL 6.54º 0.7% 0.56% -
HSV(B) 6.54º 0.71% 0.87% -
XYZ 33.79 21.79 7.43 -
YUV 121.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 221 82 65 0 0.63 0.71 0.13 6.54 0.7 0.56
Hex DD 52 41 0 3F 47 D 7 46 38
Octal 335 122 101 0 77 107 15 7 106 70
Binary 11011101 1010010 1000001 0 111111 1000111 1101 111 1000110 111000

Color Harmonies of #DD5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5241

Black with #DD5241

Text Example


Text Example

White with #DD5241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5241; }

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

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

background-color css

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

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

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

border-color css

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

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

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