Html Css Color HEX #DD5554 Valencia

📋 copy color: '#DD5554'

red 221 ◦ green 85 ◦ blue 84

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

Shades of Valencia #DD5554

Tints of Valencia #DD5554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.54%

R = 56.67%
G = 21.79%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5554 (or 0xDD5554) is known color: Valencia. HEX triplet: DD, 55 and 54. RGB value is (221,85,84). Sum of RGB (Red+Green+Blue) = 221+85+84=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5554 is #22AAAB. Grayscale: #7D7D7D. Windows color (decimal): -2271916 or 5527005. OLE color: 5527005.

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

Color convert

RGB 221 85 84 -
CMYK 0 0.62 0.62 0.13
HSL 0.44º 0.67% 0.6% -
HSV(B) 0.44º 0.62% 0.87% -
XYZ 34.67 22.51 10.91 -
YUV 125.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 221 85 84 0 0.62 0.62 0.13 0.44 0.67 0.6
Hex DD 55 54 0 3E 3E D 0 43 3C
Octal 335 125 124 0 76 76 15 0 103 74
Binary 11011101 1010101 1010100 0 111110 111110 1101 0 1000011 111100

Color Harmonies of #DD5554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5554

Black with #DD5554

Text Example


Text Example

White with #DD5554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5554; }

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

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

background-color css

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

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

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

border-color css

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

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

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