Html Css Color HEX #DD5146 Valencia

📋 copy color: '#DD5146'

red 221 ◦ green 81 ◦ blue 70

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

Shades of Valencia #DD5146

Tints of Valencia #DD5146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 59.41%
G = 21.77%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5146 (or 0xDD5146) is known color: Valencia. HEX triplet: DD, 51 and 46. RGB value is (221,81,70). Sum of RGB (Red+Green+Blue) = 221+81+70=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5146 is #22AEB9. Grayscale: #797979. Windows color (decimal): -2272954 or 4608477. OLE color: 4608477.

HSL color Cylindrical-coordinate representation of color #DD5146: hue angle of 4.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD5146 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 70 -
CMYK 0 0.63 0.68 0.13
HSL 4.37º 0.69% 0.57% -
HSV(B) 4.37º 0.68% 0.87% -
XYZ 33.87 21.7 8.2 -
YUV 121.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 221 81 70 0 0.63 0.68 0.13 4.37 0.69 0.57
Hex DD 51 46 0 3F 44 D 4 45 39
Octal 335 121 106 0 77 104 15 4 105 71
Binary 11011101 1010001 1000110 0 111111 1000100 1101 100 1000101 111001

Color Harmonies of #DD5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5146

Black with #DD5146

Text Example


Text Example

White with #DD5146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5146; }

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

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

background-color css

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

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

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

border-color css

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

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

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