Html Css Color HEX #DD574F Valencia

📋 copy color: '#DD574F'

red 221 ◦ green 87 ◦ blue 79

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

Shades of Valencia #DD574F

Tints of Valencia #DD574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 57.11%
G = 22.48%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD574F (or 0xDD574F) is known color: Valencia. HEX triplet: DD, 57 and 4F. RGB value is (221,87,79). Sum of RGB (Red+Green+Blue) = 221+87+79=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD574F is #22A8B0. Grayscale: #7E7E7E. Windows color (decimal): -2271409 or 5199837. OLE color: 5199837.

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

Color convert

RGB 221 87 79 -
CMYK 0 0.61 0.64 0.13
HSL 3.38º 0.68% 0.59% -
HSV(B) 3.38º 0.64% 0.87% -
XYZ 34.64 22.75 9.96 -
YUV 126.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 221 87 79 0 0.61 0.64 0.13 3.38 0.68 0.59
Hex DD 57 4F 0 3D 40 D 3 44 3B
Octal 335 127 117 0 75 100 15 3 104 73
Binary 11011101 1010111 1001111 0 111101 1000000 1101 11 1000100 111011

Color Harmonies of #DD574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD574F

Black with #DD574F

Text Example


Text Example

White with #DD574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD574F; }

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

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

background-color css

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

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

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

border-color css

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

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

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