#D12B4E

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

Shades of Old Rose #D12B4E

Tints of Old Rose #D12B4E

Color information

#D12B4E (or 0xD12B4E) is unknown color: approx Old Rose. HEX triplet: D1, 2B and 4E. RGB value is (209,43,78). Sum of RGB (Red+Green+Blue) = 209+43+78=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B4E is #2ED4B1. Grayscale: #606060. Windows color (decimal): -3069106 or 5123025. OLE color: 5123025.

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

Color convert

RGB2094378-
CMYK00.790.630.18
HSL347.35º65.87%49.41%-
HSV(B)347.35º79.43%81.96%-
XYZ28.5315.838.76-
YUV96.62117.5208.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.33%
GREEN value IS 43 (17.19% from 255) = 13.03%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=63.33%
G=13.03%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209437800.790.630.18347.3565.8749.41
HexD12B4E04F3F1215b4231
Octal321531160117772253310261
Binary11010001101011100111001001111111111100101010110111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12B4E; }

 p { color: rgb(209,43,78); }

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

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

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

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

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

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

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