Html Css Color HEX #DD5441 Valencia

📋 copy color: '#DD5441'

red 221 ◦ green 84 ◦ blue 65

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

Shades of Valencia #DD5441

Tints of Valencia #DD5441

RGB

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

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

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

R = 59.73%
G = 22.7%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5441 (or 0xDD5441) is known color: Valencia. HEX triplet: DD, 54 and 41. RGB value is (221,84,65). Sum of RGB (Red+Green+Blue) = 221+84+65=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5441 is #22ABBE. Grayscale: #7B7B7B. Windows color (decimal): -2272191 or 4281565. OLE color: 4281565.

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

Color convert

RGB 221 84 65 -
CMYK 0 0.62 0.71 0.13
HSL 7.31º 0.7% 0.56% -
HSV(B) 7.31º 0.71% 0.87% -
XYZ 33.94 22.09 7.48 -
YUV 122.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 221 84 65 0 0.62 0.71 0.13 7.31 0.7 0.56
Hex DD 54 41 0 3E 47 D 7 46 38
Octal 335 124 101 0 76 107 15 7 106 70
Binary 11011101 1010100 1000001 0 111110 1000111 1101 111 1000110 111000

Color Harmonies of #DD5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5441

Black with #DD5441

Text Example


Text Example

White with #DD5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5441; }

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

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

background-color css

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

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

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

border-color css

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

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

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