Html Css Color HEX #DF5240 Valencia

📋 copy color: '#DF5240'

red 223 ◦ green 82 ◦ blue 64

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

Shades of Valencia #DF5240

Tints of Valencia #DF5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 60.43%
G = 22.22%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5240 (or 0xDF5240) is known color: Valencia. HEX triplet: DF, 52 and 40. RGB value is (223,82,64). Sum of RGB (Red+Green+Blue) = 223+82+64=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5240 is #20ADBF. Grayscale: #7A7A7A. Windows color (decimal): -2141632 or 4215519. OLE color: 4215519.

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

Color convert

RGB 223 82 64 -
CMYK 0 0.63 0.71 0.13
HSL 6.79º 0.71% 0.56% -
HSV(B) 6.79º 0.71% 0.87% -
XYZ 34.37 22.09 7.3 -
YUV 122.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 223 82 64 0 0.63 0.71 0.13 6.79 0.71 0.56
Hex DF 52 40 0 3F 47 D 7 47 38
Octal 337 122 100 0 77 107 15 7 107 70
Binary 11011111 1010010 1000000 0 111111 1000111 1101 111 1000111 111000

Color Harmonies of #DF5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5240

Black with #DF5240

Text Example


Text Example

White with #DF5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5240; }

 p { color: rgb(223,82,64); }

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

background-color css

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

 a { background-color: rgb(223,82,64); }

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

border-color css

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

 span { border-color: rgb(223,82,64); }

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