Html Css Color HEX #DD5242 Valencia

📋 copy color: '#DD5242'

red 221 ◦ green 82 ◦ blue 66

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

Shades of Valencia #DD5242

Tints of Valencia #DD5242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 59.89%
G = 22.22%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5242 (or 0xDD5242) is known color: Valencia. HEX triplet: DD, 52 and 42. RGB value is (221,82,66). Sum of RGB (Red+Green+Blue) = 221+82+66=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5242 is #22ADBD. Grayscale: #797979. Windows color (decimal): -2272702 or 4346589. OLE color: 4346589.

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

Color convert

RGB 221 82 66 -
CMYK 0 0.63 0.70 0.13
HSL 6.19º 0.7% 0.56% -
HSV(B) 6.19º 0.7% 0.87% -
XYZ 33.82 21.8 7.58 -
YUV 121.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 221 82 66 0 0.63 0.70 0.13 6.19 0.7 0.56
Hex DD 52 42 0 3F 46 D 6 46 38
Octal 335 122 102 0 77 106 15 6 106 70
Binary 11011101 1010010 1000010 0 111111 1000110 1101 110 1000110 111000

Color Harmonies of #DD5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5242

Black with #DD5242

Text Example


Text Example

White with #DD5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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