Html Css Color HEX #DD574A Valencia

📋 copy color: '#DD574A'

red 221 ◦ green 87 ◦ blue 74

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

Shades of Valencia #DD574A

Tints of Valencia #DD574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 57.85%
G = 22.77%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD574A (or 0xDD574A) is known color: Valencia. HEX triplet: DD, 57 and 4A. RGB value is (221,87,74). Sum of RGB (Red+Green+Blue) = 221+87+74=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD574A is #22A8B5. Grayscale: #7D7D7D. Windows color (decimal): -2271414 or 4872157. OLE color: 4872157.

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

Color convert

RGB 221 87 74 -
CMYK 0 0.61 0.67 0.13
HSL 5.31º 0.68% 0.58% -
HSV(B) 5.31º 0.67% 0.87% -
XYZ 34.46 22.68 9.04 -
YUV 125.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 221 87 74 0 0.61 0.67 0.13 5.31 0.68 0.58
Hex DD 57 4A 0 3D 43 D 5 44 3A
Octal 335 127 112 0 75 103 15 5 104 72
Binary 11011101 1010111 1001010 0 111101 1000011 1101 101 1000100 111010

Color Harmonies of #DD574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD574A

Black with #DD574A

Text Example


Text Example

White with #DD574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD574A; }

 p { color: rgb(221,87,74); }

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

background-color css

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

 a { background-color: rgb(221,87,74); }

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

border-color css

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

 span { border-color: rgb(221,87,74); }

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