Html Css Color HEX #DD5252 Valencia

📋 copy color: '#DD5252'

red 221 ◦ green 82 ◦ blue 82

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

Shades of Valencia #DD5252

Tints of Valencia #DD5252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 57.4%
G = 21.3%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5252 (or 0xDD5252) is known color: Valencia. HEX triplet: DD, 52 and 52. RGB value is (221,82,82). Sum of RGB (Red+Green+Blue) = 221+82+82=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5252 is #22ADAD. Grayscale: #7B7B7B. Windows color (decimal): -2272686 or 5395165. OLE color: 5395165.

HSL color Cylindrical-coordinate representation of color #DD5252: hue angle of 0º 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 #DD5252 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 82 -
CMYK 0 0.63 0.63 0.13
HSL 0.67% 0.59% -
HSV(B) 0.63% 0.87% -
XYZ 34.36 22.02 10.42 -
YUV 123.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 221 82 82 0 0.63 0.63 0.13 0 0.67 0.59
Hex DD 52 52 0 3F 3F D 0 43 3B
Octal 335 122 122 0 77 77 15 0 103 73
Binary 11011101 1010010 1010010 0 111111 111111 1101 0 1000011 111011

Color Harmonies of #DD5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5252

Black with #DD5252

Text Example


Text Example

White with #DD5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5252; }

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

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

background-color css

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

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

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

border-color css

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

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

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