Html Css Color HEX #DF5249 Valencia

📋 copy color: '#DF5249'

red 223 ◦ green 82 ◦ blue 73

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

Shades of Valencia #DF5249

Tints of Valencia #DF5249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 58.99%
G = 21.69%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5249 (or 0xDF5249) is known color: Valencia. HEX triplet: DF, 52 and 49. RGB value is (223,82,73). Sum of RGB (Red+Green+Blue) = 223+82+73=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5249 is #20ADB6. Grayscale: #7B7B7B. Windows color (decimal): -2141623 or 4805343. OLE color: 4805343.

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

Color convert

RGB 223 82 73 -
CMYK 0 0.63 0.67 0.13
HSL 3.6º 0.7% 0.58% -
HSV(B) 3.6º 0.67% 0.87% -
XYZ 34.65 22.2 8.76 -
YUV 123.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 223 82 73 0 0.63 0.67 0.13 3.6 0.7 0.58
Hex DF 52 49 0 3F 43 D 4 46 3A
Octal 337 122 111 0 77 103 15 4 106 72
Binary 11011111 1010010 1001001 0 111111 1000011 1101 100 1000110 111010

Color Harmonies of #DF5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5249

Black with #DF5249

Text Example


Text Example

White with #DF5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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