Html Css Color HEX #DD5642 Valencia

📋 copy color: '#DD5642'

red 221 ◦ green 86 ◦ blue 66

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

Shades of Valencia #DD5642

Tints of Valencia #DD5642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.06%

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

R = 59.25%
G = 23.06%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5642 (or 0xDD5642) is known color: Valencia. HEX triplet: DD, 56 and 42. RGB value is (221,86,66). Sum of RGB (Red+Green+Blue) = 221+86+66=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5642 is #22A9BD. Grayscale: #7C7C7C. Windows color (decimal): -2271678 or 4347613. OLE color: 4347613.

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

Color convert

RGB 221 86 66 -
CMYK 0 0.61 0.70 0.13
HSL 7.74º 0.7% 0.56% -
HSV(B) 7.74º 0.7% 0.87% -
XYZ 34.13 22.42 7.68 -
YUV 124.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 221 86 66 0 0.61 0.70 0.13 7.74 0.7 0.56
Hex DD 56 42 0 3D 46 D 8 46 38
Octal 335 126 102 0 75 106 15 10 106 70
Binary 11011101 1010110 1000010 0 111101 1000110 1101 1000 1000110 111000

Color Harmonies of #DD5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5642

Black with #DD5642

Text Example


Text Example

White with #DD5642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5642; }

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

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

background-color css

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

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

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

border-color css

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

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

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