#D35044

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

Shades of Valencia #D35044

Tints of Valencia #D35044

Color information

#D35044 (or 0xD35044) is unknown color: approx Valencia. HEX triplet: D3, 50 and 44. RGB value is (211,80,68). Sum of RGB (Red+Green+Blue) = 211+80+68=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D35044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35044 is #2CAFBB. Grayscale: #757575. Windows color (decimal): -2928572 or 4477139. OLE color: 4477139.

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

Color convert

RGB2118068-
CMYK00.620.680.17
HSL5.03º61.9%54.71%-
HSV(B)5.03º67.77%82.75%-
XYZ30.78207.71-
YUV117.899.9194.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.77%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=58.77%
G=22.28%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211806800.620.680.175.0361.954.71
HexD3504403E441153e37
Octal3231201040761042157667
Binary11010011101000010001000111110100010010001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35044; }

 p { color: rgb(211,80,68); }

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

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

 a { background-color: rgb(211,80,68); }

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

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

 span { border-color: rgb(211,80,68); }

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