Html Css Color HEX #DD5141 Valencia

📋 copy color: '#DD5141'

red 221 ◦ green 81 ◦ blue 65

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

Shades of Valencia #DD5141

Tints of Valencia #DD5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

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

R = 60.22%
G = 22.07%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5141 (or 0xDD5141) is known color: Valencia. HEX triplet: DD, 51 and 41. RGB value is (221,81,65). Sum of RGB (Red+Green+Blue) = 221+81+65=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5141 is #22AEBE. Grayscale: #797979. Windows color (decimal): -2272959 or 4280797. OLE color: 4280797.

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

Color convert

RGB 221 81 65 -
CMYK 0 0.63 0.71 0.13
HSL 6.15º 0.7% 0.56% -
HSV(B) 6.15º 0.71% 0.87% -
XYZ 33.72 21.64 7.4 -
YUV 121.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 221 81 65 0 0.63 0.71 0.13 6.15 0.7 0.56
Hex DD 51 41 0 3F 47 D 6 46 38
Octal 335 121 101 0 77 107 15 6 106 70
Binary 11011101 1010001 1000001 0 111111 1000111 1101 110 1000110 111000

Color Harmonies of #DD5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5141

Black with #DD5141

Text Example


Text Example

White with #DD5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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