Html Css Color HEX #DD5140 Valencia

📋 copy color: '#DD5140'

red 221 ◦ green 81 ◦ blue 64

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

Shades of Valencia #DD5140

Tints of Valencia #DD5140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 60.38%
G = 22.13%
B = 17.49%

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

#DD5140 (or 0xDD5140) is known color: Valencia. HEX triplet: DD, 51 and 40. RGB value is (221,81,64). Sum of RGB (Red+Green+Blue) = 221+81+64=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5140 is #22AEBF. Grayscale: #797979. Windows color (decimal): -2272960 or 4215261. OLE color: 4215261.

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

Color convert

RGB 221 81 64 -
CMYK 0 0.63 0.71 0.13
HSL 6.5º 0.7% 0.56% -
HSV(B) 6.5º 0.71% 0.87% -
XYZ 33.69 21.63 7.25 -
YUV 120.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 221 81 64 0 0.63 0.71 0.13 6.5 0.7 0.56
Hex DD 51 40 0 3F 47 D 6 46 38
Octal 335 121 100 0 77 107 15 6 106 70
Binary 11011101 1010001 1000000 0 111111 1000111 1101 110 1000110 111000

Color Harmonies of #DD5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5140

Black with #DD5140

Text Example


Text Example

White with #DD5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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