#D14545

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

Shades of Valencia #D14545

Tints of Valencia #D14545

Color information

#D14545 (or 0xD14545) is unknown color: approx Valencia. HEX triplet: D1, 45 and 45. RGB value is (209,69,69). Sum of RGB (Red+Green+Blue) = 209+69+69=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14545 is #2EBABA. Grayscale: #6F6F6F. Windows color (decimal): -3062459 or 4539857. OLE color: 4539857.

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

Color convert

RGB2096969-
CMYK00.670.670.18
HSL60.34%54.51%-
HSV(B)66.99%81.96%-
XYZ29.518.247.6-
YUV110.86104.38198-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.23%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=60.23%
G=19.88%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209696900.670.670.18060.3454.51
HexD14545043431203c37
Octal32110510501031032207467
Binary1101000110001011000101010000111000011100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14545; }

 p { color: rgb(209,69,69); }

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

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

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

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

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

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

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