Html Css Color HEX #DF574B Valencia

📋 copy color: '#DF574B'

red 223 ◦ green 87 ◦ blue 75

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

Shades of Valencia #DF574B

Tints of Valencia #DF574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 57.92%
G = 22.6%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF574B (or 0xDF574B) is known color: Valencia. HEX triplet: DF, 57 and 4B. RGB value is (223,87,75). Sum of RGB (Red+Green+Blue) = 223+87+75=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF574B is #20A8B4. Grayscale: #7E7E7E. Windows color (decimal): -2140341 or 4937695. OLE color: 4937695.

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

Color convert

RGB 223 87 75 -
CMYK 0 0.61 0.66 0.13
HSL 4.86º 0.7% 0.58% -
HSV(B) 4.86º 0.66% 0.87% -
XYZ 35.11 23.01 9.25 -
YUV 126.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 223 87 75 0 0.61 0.66 0.13 4.86 0.7 0.58
Hex DF 57 4B 0 3D 42 D 5 46 3A
Octal 337 127 113 0 75 102 15 5 106 72
Binary 11011111 1010111 1001011 0 111101 1000010 1101 101 1000110 111010

Color Harmonies of #DF574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF574B

Black with #DF574B

Text Example


Text Example

White with #DF574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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