Html Css Color HEX #DD5244 Valencia

📋 copy color: '#DD5244'

red 221 ◦ green 82 ◦ blue 68

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

Shades of Valencia #DD5244

Tints of Valencia #DD5244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 59.57%
G = 22.1%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD5244 (or 0xDD5244) is known color: Valencia. HEX triplet: DD, 52 and 44. RGB value is (221,82,68). Sum of RGB (Red+Green+Blue) = 221+82+68=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5244 is #22ADBB. Grayscale: #7A7A7A. Windows color (decimal): -2272700 or 4477661. OLE color: 4477661.

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

Color convert

RGB 221 82 68 -
CMYK 0 0.63 0.69 0.13
HSL 5.49º 0.69% 0.57% -
HSV(B) 5.49º 0.69% 0.87% -
XYZ 33.88 21.82 7.9 -
YUV 121.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 221 82 68 0 0.63 0.69 0.13 5.49 0.69 0.57
Hex DD 52 44 0 3F 45 D 5 45 39
Octal 335 122 104 0 77 105 15 5 105 71
Binary 11011101 1010010 1000100 0 111111 1000101 1101 101 1000101 111001

Color Harmonies of #DD5244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5244

Black with #DD5244

Text Example


Text Example

White with #DD5244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5244; }

 p { color: rgb(221,82,68); }

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

background-color css

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

 a { background-color: rgb(221,82,68); }

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

border-color css

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

 span { border-color: rgb(221,82,68); }

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