#D45F51

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

Shades of Valencia #D45F51

Tints of Valencia #D45F51

Color information

#D45F51 (or 0xD45F51) is unknown color: approx Valencia. HEX triplet: D4, 5F and 51. RGB value is (212,95,81). Sum of RGB (Red+Green+Blue) = 212+95+81=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F51 is #2BA0AE. Grayscale: #808080. Windows color (decimal): -2859183 or 5332948. OLE color: 5332948.

HSL color Cylindrical-coordinate representation of color #D45F51: hue angle of 6.41º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45F51 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB2129581-
CMYK00.550.620.17
HSL6.41º60.37%57.45%-
HSV(B)6.41º61.79%83.14%-
XYZ32.7322.7810.46-
YUV128.39101.26187.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.64%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=54.64%
G=24.48%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212958100.550.620.176.4160.3757.45
HexD45F510373E1163c39
Octal324137121067762167471
Binary1101010010111111010001011011111111010001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F51; }

 p { color: rgb(212,95,81); }

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

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

 a { background-color: rgb(212,95,81); }

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

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

 span { border-color: rgb(212,95,81); }

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