Html Css Color HEX #DD5248 Valencia

📋 copy color: '#DD5248'

red 221 ◦ green 82 ◦ blue 72

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

Shades of Valencia #DD5248

Tints of Valencia #DD5248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 58.93%
G = 21.87%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5248 (or 0xDD5248) is known color: Valencia. HEX triplet: DD, 52 and 48. RGB value is (221,82,72). Sum of RGB (Red+Green+Blue) = 221+82+72=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5248 is #22ADB7. Grayscale: #7A7A7A. Windows color (decimal): -2272696 or 4739805. OLE color: 4739805.

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

Color convert

RGB 221 82 72 -
CMYK 0 0.63 0.67 0.13
HSL 4.03º 0.69% 0.57% -
HSV(B) 4.03º 0.67% 0.87% -
XYZ 34.01 21.87 8.56 -
YUV 122.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 221 82 72 0 0.63 0.67 0.13 4.03 0.69 0.57
Hex DD 52 48 0 3F 43 D 4 45 39
Octal 335 122 110 0 77 103 15 4 105 71
Binary 11011101 1010010 1001000 0 111111 1000011 1101 100 1000101 111001

Color Harmonies of #DD5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5248

Black with #DD5248

Text Example


Text Example

White with #DD5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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