Html Css Color HEX #DD5542 Valencia

📋 copy color: '#DD5542'

red 221 ◦ green 85 ◦ blue 66

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

Shades of Valencia #DD5542

Tints of Valencia #DD5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 59.41%
G = 22.85%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5542 (or 0xDD5542) is known color: Valencia. HEX triplet: DD, 55 and 42. RGB value is (221,85,66). Sum of RGB (Red+Green+Blue) = 221+85+66=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5542 is #22AABD. Grayscale: #7B7B7B. Windows color (decimal): -2271934 or 4347357. OLE color: 4347357.

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

Color convert

RGB 221 85 66 -
CMYK 0 0.62 0.70 0.13
HSL 7.35º 0.7% 0.56% -
HSV(B) 7.35º 0.7% 0.87% -
XYZ 34.05 22.26 7.66 -
YUV 123.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 221 85 66 0 0.62 0.70 0.13 7.35 0.7 0.56
Hex DD 55 42 0 3E 46 D 7 46 38
Octal 335 125 102 0 76 106 15 7 106 70
Binary 11011101 1010101 1000010 0 111110 1000110 1101 111 1000110 111000

Color Harmonies of #DD5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5542

Black with #DD5542

Text Example


Text Example

White with #DD5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5542; }

 p { color: rgb(221,85,66); }

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

background-color css

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

 a { background-color: rgb(221,85,66); }

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

border-color css

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

 span { border-color: rgb(221,85,66); }

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