#DF4B48

Color #DF4B48 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DF4B48

Tints of Valencia #DF4B48

Color information

#DF4B48 (or 0xDF4B48) is unknown color: approx Valencia. HEX triplet: DF, 4B and 48. RGB value is (223,75,72). Sum of RGB (Red+Green+Blue) = 223+75+72=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B48 is #20B4B7. Grayscale: #777777. Windows color (decimal): -2143416 or 4738015. OLE color: 4738015.

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

Color convert

RGB2237572-
CMYK00.660.680.13
HSL1.19º70.23%57.84%-
HSV(B)1.19º67.71%87.45%-
XYZ34.1221.198.42-
YUV118.91101.53202.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.27%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=60.27%
G=20.27%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223757200.660.680.131.1970.2357.84
HexDF4B4804244D1463a
Octal337113110010210415110672
Binary1101111110010111001000010000101000100110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4B48; }

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

 H1.HeaderClassName
 {
   color: #DF4B48;
 }
 .AnyTagClassName
 {
   color: #DF4B48;
 }
</style>
background-color css

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

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

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

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

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

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