Html Css Color HEX #DF5141 Valencia

📋 copy color: '#DF5141'

red 223 ◦ green 81 ◦ blue 65

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

Shades of Valencia #DF5141

Tints of Valencia #DF5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 60.43%
G = 21.95%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5141 (or 0xDF5141) is known color: Valencia. HEX triplet: DF, 51 and 41. RGB value is (223,81,65). Sum of RGB (Red+Green+Blue) = 223+81+65=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5141 is #20AEBE. Grayscale: #797979. Windows color (decimal): -2141887 or 4280799. OLE color: 4280799.

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

Color convert

RGB 223 81 65 -
CMYK 0 0.64 0.71 0.13
HSL 6.08º 0.71% 0.56% -
HSV(B) 6.08º 0.71% 0.87% -
XYZ 34.33 21.95 7.43 -
YUV 121.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 223 81 65 0 0.64 0.71 0.13 6.08 0.71 0.56
Hex DF 51 41 0 40 47 D 6 47 38
Octal 337 121 101 0 100 107 15 6 107 70
Binary 11011111 1010001 1000001 0 1000000 1000111 1101 110 1000111 111000

Color Harmonies of #DF5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5141

Black with #DF5141

Text Example


Text Example

White with #DF5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5141; }

 p { color: rgb(223,81,65); }

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

background-color css

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

 a { background-color: rgb(223,81,65); }

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

border-color css

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

 span { border-color: rgb(223,81,65); }

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