Html Css Color HEX #DD5551 Valencia

📋 copy color: '#DD5551'

red 221 ◦ green 85 ◦ blue 81

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

Shades of Valencia #DD5551

Tints of Valencia #DD5551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 57.11%
G = 21.96%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5551 (or 0xDD5551) is known color: Valencia. HEX triplet: DD, 55 and 51. RGB value is (221,85,81). Sum of RGB (Red+Green+Blue) = 221+85+81=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5551 is #22AAAE. Grayscale: #7D7D7D. Windows color (decimal): -2271919 or 5330397. OLE color: 5330397.

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

Color convert

RGB 221 85 81 -
CMYK 0 0.62 0.63 0.13
HSL 1.71º 0.67% 0.59% -
HSV(B) 1.71º 0.63% 0.87% -
XYZ 34.55 22.46 10.3 -
YUV 125.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 221 85 81 0 0.62 0.63 0.13 1.71 0.67 0.59
Hex DD 55 51 0 3E 3F D 2 43 3B
Octal 335 125 121 0 76 77 15 2 103 73
Binary 11011101 1010101 1010001 0 111110 111111 1101 10 1000011 111011

Color Harmonies of #DD5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5551

Black with #DD5551

Text Example


Text Example

White with #DD5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5551; }

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

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

background-color css

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

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

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

border-color css

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

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

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