#D14941

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

Shades of Valencia #D14941

Tints of Valencia #D14941

Color information

#D14941 (or 0xD14941) is unknown color: approx Valencia. HEX triplet: D1, 49 and 41. RGB value is (209,73,65). Sum of RGB (Red+Green+Blue) = 209+73+65=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14941 is #2EB6BE. Grayscale: #707070. Windows color (decimal): -3061439 or 4278737. OLE color: 4278737.

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

Color convert

RGB2097365-
CMYK00.650.690.18
HSL3.33º61.02%53.73%-
HSV(B)3.33º68.9%81.96%-
XYZ29.6318.77.05-
YUV112.75101.06196.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.23%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=60.23%
G=21.04%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209736500.650.690.183.3361.0253.73
HexD14941041451233d36
Octal32111110101011052237566
Binary11010001100100110000010100000110001011001011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14941; }

 p { color: rgb(209,73,65); }

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

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

 a { background-color: rgb(209,73,65); }

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

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

 span { border-color: rgb(209,73,65); }

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