#D0504F

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

Shades of Valencia #D0504F

Tints of Valencia #D0504F

Color information

#D0504F (or 0xD0504F) is unknown color: approx Valencia. HEX triplet: D0, 50 and 4F. RGB value is (208,80,79). Sum of RGB (Red+Green+Blue) = 208+80+79=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0504F is #2FAFB0. Grayscale: #767676. Windows color (decimal): -3125169 or 5198032. OLE color: 5198032.

HSL color Cylindrical-coordinate representation of color #D0504F: hue angle of 0.47º 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 #D0504F is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB2088079-
CMYK00.620.620.18
HSL0.47º57.85%56.27%-
HSV(B)0.47º62.02%81.57%-
XYZ30.2919.719.61-
YUV118.16105.91192.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.68%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=56.68%
G=21.80%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208807900.620.620.180.4757.8556.27
HexD0504F03E3E1203a38
Octal320120117076762207270
Binary11010000101000010011110111110111110100100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0504F; }

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

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

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

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

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

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

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

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