Html Css Color HEX #DF5742 Valencia

📋 copy color: '#DF5742'

red 223 ◦ green 87 ◦ blue 66

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

Shades of Valencia #DF5742

Tints of Valencia #DF5742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 59.31%
G = 23.14%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF5742 (or 0xDF5742) is known color: Valencia. HEX triplet: DF, 57 and 42. RGB value is (223,87,66). Sum of RGB (Red+Green+Blue) = 223+87+66=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5742 is #20A8BD. Grayscale: #7D7D7D. Windows color (decimal): -2140350 or 4347871. OLE color: 4347871.

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

Color convert

RGB 223 87 66 -
CMYK 0 0.61 0.70 0.13
HSL 8.03º 0.71% 0.57% -
HSV(B) 8.03º 0.7% 0.87% -
XYZ 34.82 22.9 7.74 -
YUV 125.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 223 87 66 0 0.61 0.70 0.13 8.03 0.71 0.57
Hex DF 57 42 0 3D 46 D 8 47 39
Octal 337 127 102 0 75 106 15 10 107 71
Binary 11011111 1010111 1000010 0 111101 1000110 1101 1000 1000111 111001

Color Harmonies of #DF5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5742

Black with #DF5742

Text Example


Text Example

White with #DF5742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5742; }

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

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

background-color css

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

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

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

border-color css

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

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

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