Html Css Color HEX #DD5450 Valencia

📋 copy color: '#DD5450'

red 221 ◦ green 84 ◦ blue 80

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

Shades of Valencia #DD5450

Tints of Valencia #DD5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 57.4%
G = 21.82%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD5450 (or 0xDD5450) is known color: Valencia. HEX triplet: DD, 54 and 50. RGB value is (221,84,80). Sum of RGB (Red+Green+Blue) = 221+84+80=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5450 is #22ABAF. Grayscale: #7C7C7C. Windows color (decimal): -2272176 or 5264605. OLE color: 5264605.

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

Color convert

RGB 221 84 80 -
CMYK 0 0.62 0.64 0.13
HSL 1.7º 0.67% 0.59% -
HSV(B) 1.7º 0.64% 0.87% -
XYZ 34.44 22.29 10.08 -
YUV 124.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 221 84 80 0 0.62 0.64 0.13 1.7 0.67 0.59
Hex DD 54 50 0 3E 40 D 2 43 3B
Octal 335 124 120 0 76 100 15 2 103 73
Binary 11011101 1010100 1010000 0 111110 1000000 1101 10 1000011 111011

Color Harmonies of #DD5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5450

Black with #DD5450

Text Example


Text Example

White with #DD5450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5450; }

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

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

background-color css

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

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

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

border-color css

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

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

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