#D0514F

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

Shades of Valencia #D0514F

Tints of Valencia #D0514F

Color information

#D0514F (or 0xD0514F) is unknown color: approx Valencia. HEX triplet: D0, 51 and 4F. RGB value is (208,81,79). Sum of RGB (Red+Green+Blue) = 208+81+79=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0514F is #2FAEB0. Grayscale: #767676. Windows color (decimal): -3124913 or 5198288. OLE color: 5198288.

HSL color Cylindrical-coordinate representation of color #D0514F: hue angle of 0.93º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0514F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB2088179-
CMYK00.610.620.18
HSL0.93º57.85%56.27%-
HSV(B)0.93º62.02%81.57%-
XYZ30.3719.869.63-
YUV118.74105.58191.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=56.52%
G=22.01%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208817900.610.620.180.9357.8556.27
HexD0514F03D3E1213a38
Octal320121117075762217270
Binary11010000101000110011110111101111110100101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0514F; }

 p { color: rgb(208,81,79); }

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

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

 a { background-color: rgb(208,81,79); }

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

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

 span { border-color: rgb(208,81,79); }

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