Html Css Color HEX #DF5341 Valencia

📋 copy color: '#DF5341'

red 223 ◦ green 83 ◦ blue 65

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

Shades of Valencia #DF5341

Tints of Valencia #DF5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 60.11%
G = 22.37%
B = 17.52%

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

#DF5341 (or 0xDF5341) is known color: Valencia. HEX triplet: DF, 53 and 41. RGB value is (223,83,65). Sum of RGB (Red+Green+Blue) = 223+83+65=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5341 is #20ACBE. Grayscale: #7B7B7B. Windows color (decimal): -2141375 or 4281311. OLE color: 4281311.

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

Color convert

RGB 223 83 65 -
CMYK 0 0.63 0.71 0.13
HSL 6.84º 0.71% 0.56% -
HSV(B) 6.84º 0.71% 0.87% -
XYZ 34.48 22.26 7.48 -
YUV 122.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 223 83 65 0 0.63 0.71 0.13 6.84 0.71 0.56
Hex DF 53 41 0 3F 47 D 7 47 38
Octal 337 123 101 0 77 107 15 7 107 70
Binary 11011111 1010011 1000001 0 111111 1000111 1101 111 1000111 111000

Color Harmonies of #DF5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5341

Black with #DF5341

Text Example


Text Example

White with #DF5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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