#D35D51

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

Shades of Valencia #D35D51

Tints of Valencia #D35D51

Color information

#D35D51 (or 0xD35D51) is unknown color: approx Valencia. HEX triplet: D3, 5D and 51. RGB value is (211,93,81). Sum of RGB (Red+Green+Blue) = 211+93+81=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D51 is #2CA2AE. Grayscale: #7F7F7F. Windows color (decimal): -2925231 or 5332435. OLE color: 5332435.

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

Color convert

RGB2119381-
CMYK00.560.620.17
HSL5.54º59.63%57.25%-
HSV(B)5.54º61.61%82.75%-
XYZ32.2622.2710.38-
YUV126.91102.09187.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.81%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=54.81%
G=24.16%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211938100.560.620.175.5459.6357.25
HexD35D510383E1163c39
Octal323135121070762167471
Binary1101001110111011010001011100011111010001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D51; }

 p { color: rgb(211,93,81); }

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

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

 a { background-color: rgb(211,93,81); }

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

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

 span { border-color: rgb(211,93,81); }

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