Html Css Color HEX #DD5742 Valencia

📋 copy color: '#DD5742'

red 221 ◦ green 87 ◦ blue 66

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

Shades of Valencia #DD5742

Tints of Valencia #DD5742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.26%

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

R = 59.09%
G = 23.26%
B = 17.65%

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

#DD5742 (or 0xDD5742) is known color: Valencia. HEX triplet: DD, 57 and 42. RGB value is (221,87,66). Sum of RGB (Red+Green+Blue) = 221+87+66=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5742 is #22A8BD. Grayscale: #7C7C7C. Windows color (decimal): -2271422 or 4347869. OLE color: 4347869.

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

Color convert

RGB 221 87 66 -
CMYK 0 0.61 0.70 0.13
HSL 8.13º 0.7% 0.56% -
HSV(B) 8.13º 0.7% 0.87% -
XYZ 34.21 22.58 7.71 -
YUV 124.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 221 87 66 0 0.61 0.70 0.13 8.13 0.7 0.56
Hex DD 57 42 0 3D 46 D 8 46 38
Octal 335 127 102 0 75 106 15 10 106 70
Binary 11011101 1010111 1000010 0 111101 1000110 1101 1000 1000110 111000

Color Harmonies of #DD5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5742

Black with #DD5742

Text Example


Text Example

White with #DD5742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5742; }

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

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

background-color css

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

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

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

border-color css

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

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

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