Html Css Color HEX #DF5541 Valencia

📋 copy color: '#DF5541'

red 223 ◦ green 85 ◦ blue 65

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

Shades of Valencia #DF5541

Tints of Valencia #DF5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 59.79%
G = 22.79%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5541 (or 0xDF5541) is known color: Valencia. HEX triplet: DF, 55 and 41. RGB value is (223,85,65). Sum of RGB (Red+Green+Blue) = 223+85+65=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5541 is #20AABE. Grayscale: #7C7C7C. Windows color (decimal): -2140863 or 4281823. OLE color: 4281823.

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

Color convert

RGB 223 85 65 -
CMYK 0 0.62 0.71 0.13
HSL 7.59º 0.71% 0.56% -
HSV(B) 7.59º 0.71% 0.87% -
XYZ 34.63 22.57 7.53 -
YUV 123.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 223 85 65 0 0.62 0.71 0.13 7.59 0.71 0.56
Hex DF 55 41 0 3E 47 D 8 47 38
Octal 337 125 101 0 76 107 15 10 107 70
Binary 11011111 1010101 1000001 0 111110 1000111 1101 1000 1000111 111000

Color Harmonies of #DF5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5541

Black with #DF5541

Text Example


Text Example

White with #DF5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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