Html Css Color HEX #DF5042 Valencia

📋 copy color: '#DF5042'

red 223 ◦ green 80 ◦ blue 66

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

Shades of Valencia #DF5042

Tints of Valencia #DF5042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 60.43%
G = 21.68%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF5042 (or 0xDF5042) is known color: Valencia. HEX triplet: DF, 50 and 42. RGB value is (223,80,66). Sum of RGB (Red+Green+Blue) = 223+80+66=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5042 is #20AFBD. Grayscale: #797979. Windows color (decimal): -2142142 or 4346079. OLE color: 4346079.

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

Color convert

RGB 223 80 66 -
CMYK 0 0.64 0.70 0.13
HSL 5.35º 0.71% 0.57% -
HSV(B) 5.35º 0.7% 0.87% -
XYZ 34.28 21.82 7.56 -
YUV 121.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 223 80 66 0 0.64 0.70 0.13 5.35 0.71 0.57
Hex DF 50 42 0 40 46 D 5 47 39
Octal 337 120 102 0 100 106 15 5 107 71
Binary 11011111 1010000 1000010 0 1000000 1000110 1101 101 1000111 111001

Color Harmonies of #DF5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5042

Black with #DF5042

Text Example


Text Example

White with #DF5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5042; }

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

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

background-color css

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

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

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

border-color css

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

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

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