#D0554F

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

Shades of Valencia #D0554F

Tints of Valencia #D0554F

Color information

#D0554F (or 0xD0554F) is unknown color: approx Valencia. HEX triplet: D0, 55 and 4F. RGB value is (208,85,79). Sum of RGB (Red+Green+Blue) = 208+85+79=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0554F is #2FAAB0. Grayscale: #797979. Windows color (decimal): -3123889 or 5199312. OLE color: 5199312.

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

Color convert

RGB2088579-
CMYK00.590.620.18
HSL2.79º57.85%56.27%-
HSV(B)2.79º62.02%81.57%-
XYZ30.6720.479.73-
YUV121.09104.25189.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.91%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=55.91%
G=22.85%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208857900.590.620.182.7957.8556.27
HexD0554F03B3E1233a38
Octal320125117073762237270
Binary110100001010101100111101110111111101001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0554F; }

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

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

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

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

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

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

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

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