Html Css Color HEX #DD5341 Valencia

📋 copy color: '#DD5341'

red 221 ◦ green 83 ◦ blue 65

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

Shades of Valencia #DD5341

Tints of Valencia #DD5341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 59.89%
G = 22.49%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5341 (or 0xDD5341) is known color: Valencia. HEX triplet: DD, 53 and 41. RGB value is (221,83,65). Sum of RGB (Red+Green+Blue) = 221+83+65=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5341 is #22ACBE. Grayscale: #7A7A7A. Windows color (decimal): -2272447 or 4281309. OLE color: 4281309.

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

Color convert

RGB 221 83 65 -
CMYK 0 0.62 0.71 0.13
HSL 6.92º 0.7% 0.56% -
HSV(B) 6.92º 0.71% 0.87% -
XYZ 33.87 21.94 7.45 -
YUV 122.21 95.72 198.46 -
System Red Green Blue C M Y K H S L
Decimal 221 83 65 0 0.62 0.71 0.13 6.92 0.7 0.56
Hex DD 53 41 0 3E 47 D 7 46 38
Octal 335 123 101 0 76 107 15 7 106 70
Binary 11011101 1010011 1000001 0 111110 1000111 1101 111 1000110 111000

Color Harmonies of #DD5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5341

Black with #DD5341

Text Example


Text Example

White with #DD5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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