Html Css Color HEX #DD5A50 Valencia

📋 copy color: '#DD5A50'

red 221 ◦ green 90 ◦ blue 80

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

Shades of Valencia #DD5A50

Tints of Valencia #DD5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 56.52%
G = 23.02%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD5A50 (or 0xDD5A50) is known color: Valencia. HEX triplet: DD, 5A and 50. RGB value is (221,90,80). Sum of RGB (Red+Green+Blue) = 221+90+80=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A50 is #22A5AF. Grayscale: #808080. Windows color (decimal): -2270640 or 5266141. OLE color: 5266141.

HSL color Cylindrical-coordinate representation of color #DD5A50: hue angle of 4.26º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5A50 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 80 -
CMYK 0 0.59 0.64 0.13
HSL 4.26º 0.67% 0.59% -
HSV(B) 4.26º 0.64% 0.87% -
XYZ 34.92 23.26 10.24 -
YUV 128.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 221 90 80 0 0.59 0.64 0.13 4.26 0.67 0.59
Hex DD 5A 50 0 3B 40 D 4 43 3B
Octal 335 132 120 0 73 100 15 4 103 73
Binary 11011101 1011010 1010000 0 111011 1000000 1101 100 1000011 111011

Color Harmonies of #DD5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A50

Black with #DD5A50

Text Example


Text Example

White with #DD5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A50; }

 p { color: rgb(221,90,80); }

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

background-color css

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

 a { background-color: rgb(221,90,80); }

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

border-color css

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

 span { border-color: rgb(221,90,80); }

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