Html Css Color HEX #DF5248 Valencia

📋 copy color: '#DF5248'

red 223 ◦ green 82 ◦ blue 72

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

Shades of Valencia #DF5248

Tints of Valencia #DF5248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 59.15%
G = 21.75%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF5248 (or 0xDF5248) is known color: Valencia. HEX triplet: DF, 52 and 48. RGB value is (223,82,72). Sum of RGB (Red+Green+Blue) = 223+82+72=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5248 is #20ADB7. Grayscale: #7B7B7B. Windows color (decimal): -2141624 or 4739807. OLE color: 4739807.

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

Color convert

RGB 223 82 72 -
CMYK 0 0.63 0.68 0.13
HSL 3.97º 0.7% 0.58% -
HSV(B) 3.97º 0.68% 0.87% -
XYZ 34.62 22.19 8.59 -
YUV 123.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 223 82 72 0 0.63 0.68 0.13 3.97 0.7 0.58
Hex DF 52 48 0 3F 44 D 4 46 3A
Octal 337 122 110 0 77 104 15 4 106 72
Binary 11011111 1010010 1001000 0 111111 1000100 1101 100 1000110 111010

Color Harmonies of #DF5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5248

Black with #DF5248

Text Example


Text Example

White with #DF5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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