Html Css Color HEX #DF574D Valencia

📋 copy color: '#DF574D'

red 223 ◦ green 87 ◦ blue 77

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

Shades of Valencia #DF574D

Tints of Valencia #DF574D

RGB

 RED value IS 223 (87.5% from 255) = 57.62%

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

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 57.62%
G = 22.48%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF574D (or 0xDF574D) is known color: Valencia. HEX triplet: DF, 57 and 4D. RGB value is (223,87,77). Sum of RGB (Red+Green+Blue) = 223+87+77=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF574D is #20A8B2. Grayscale: #7E7E7E. Windows color (decimal): -2140339 or 5068767. OLE color: 5068767.

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

Color convert

RGB 223 87 77 -
CMYK 0 0.61 0.65 0.13
HSL 4.11º 0.7% 0.59% -
HSV(B) 4.11º 0.65% 0.87% -
XYZ 35.18 23.04 9.61 -
YUV 126.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 223 87 77 0 0.61 0.65 0.13 4.11 0.7 0.59
Hex DF 57 4D 0 3D 41 D 4 46 3B
Octal 337 127 115 0 75 101 15 4 106 73
Binary 11011111 1010111 1001101 0 111101 1000001 1101 100 1000110 111011

Color Harmonies of #DF574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF574D

Black with #DF574D

Text Example


Text Example

White with #DF574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF574D; }

 p { color: rgb(223,87,77); }

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

background-color css

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

 a { background-color: rgb(223,87,77); }

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

border-color css

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

 span { border-color: rgb(223,87,77); }

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