Html Css Color HEX #DD5440 Valencia

📋 copy color: '#DD5440'

red 221 ◦ green 84 ◦ blue 64

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

Shades of Valencia #DD5440

Tints of Valencia #DD5440

RGB

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

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

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

R = 59.89%
G = 22.76%
B = 17.34%

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

#DD5440 (or 0xDD5440) is known color: Valencia. HEX triplet: DD, 54 and 40. RGB value is (221,84,64). Sum of RGB (Red+Green+Blue) = 221+84+64=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5440 is #22ABBF. Grayscale: #7A7A7A. Windows color (decimal): -2272192 or 4216029. OLE color: 4216029.

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

Color convert

RGB 221 84 64 -
CMYK 0 0.62 0.71 0.13
HSL 7.64º 0.7% 0.56% -
HSV(B) 7.64º 0.71% 0.87% -
XYZ 33.91 22.08 7.33 -
YUV 122.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 221 84 64 0 0.62 0.71 0.13 7.64 0.7 0.56
Hex DD 54 40 0 3E 47 D 8 46 38
Octal 335 124 100 0 76 107 15 10 106 70
Binary 11011101 1010100 1000000 0 111110 1000111 1101 1000 1000110 111000

Color Harmonies of #DD5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5440

Black with #DD5440

Text Example


Text Example

White with #DD5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5440; }

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

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

background-color css

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

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

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

border-color css

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

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

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