Html Css Color HEX #DF5148 Valencia

📋 copy color: '#DF5148'

red 223 ◦ green 81 ◦ blue 72

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

Shades of Valencia #DF5148

Tints of Valencia #DF5148

RGB

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

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

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

R = 59.31%
G = 21.54%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF5148 (or 0xDF5148) is known color: Valencia. HEX triplet: DF, 51 and 48. RGB value is (223,81,72). Sum of RGB (Red+Green+Blue) = 223+81+72=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5148 is #20AEB7. Grayscale: #7A7A7A. Windows color (decimal): -2141880 or 4739551. OLE color: 4739551.

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

Color convert

RGB 223 81 72 -
CMYK 0 0.64 0.68 0.13
HSL 3.58º 0.7% 0.58% -
HSV(B) 3.58º 0.68% 0.87% -
XYZ 34.54 22.04 8.56 -
YUV 122.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 223 81 72 0 0.64 0.68 0.13 3.58 0.7 0.58
Hex DF 51 48 0 40 44 D 4 46 3A
Octal 337 121 110 0 100 104 15 4 106 72
Binary 11011111 1010001 1001000 0 1000000 1000100 1101 100 1000110 111010

Color Harmonies of #DF5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5148

Black with #DF5148

Text Example


Text Example

White with #DF5148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5148; }

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

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

background-color css

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

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

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

border-color css

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

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

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