Html Css Color HEX #DD5342 Valencia

📋 copy color: '#DD5342'

red 221 ◦ green 83 ◦ blue 66

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

Shades of Valencia #DD5342

Tints of Valencia #DD5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 59.73%
G = 22.43%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5342 (or 0xDD5342) is known color: Valencia. HEX triplet: DD, 53 and 42. RGB value is (221,83,66). Sum of RGB (Red+Green+Blue) = 221+83+66=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5342 is #22ACBD. Grayscale: #7A7A7A. Windows color (decimal): -2272446 or 4346845. OLE color: 4346845.

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

Color convert

RGB 221 83 66 -
CMYK 0 0.62 0.70 0.13
HSL 6.58º 0.7% 0.56% -
HSV(B) 6.58º 0.7% 0.87% -
XYZ 33.9 21.95 7.6 -
YUV 122.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 221 83 66 0 0.62 0.70 0.13 6.58 0.7 0.56
Hex DD 53 42 0 3E 46 D 7 46 38
Octal 335 123 102 0 76 106 15 7 106 70
Binary 11011101 1010011 1000010 0 111110 1000110 1101 111 1000110 111000

Color Harmonies of #DD5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5342

Black with #DD5342

Text Example


Text Example

White with #DD5342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5342; }

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

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

background-color css

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

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

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

border-color css

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

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

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