#d70144

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

Shades of Crimson #D70144

Tints of Crimson #D70144

Color information

#D70144 (or 0xD70144) is unknown color: approx Crimson. HEX triplet: D7, 01 and 44. RGB value is (215,1,68). Sum of RGB (Red+Green+Blue) = 215+1+68=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D70144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70144 is #28FEBB. Grayscale: #484848. Windows color (decimal): -2686652 or 4456919. OLE color: 4456919.

HSL color Cylindrical-coordinate representation of color #D70144: hue angle of 341.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70144 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB215168-
CMYK01.000.680.16
HSL341.21º99.07%42.35%-
HSV(B)341.21º99.53%84.31%-
XYZ29.0814.896.81-
YUV72.62125.4229.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.70%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 68 (26.95% from 255) = 23.94%
R=75.70%
G=0.35%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516801.000.680.16341.2199.0742.35
HexD71440644410155632a
Octal327110401441042052514352
Binary1101011111000100011001001000100100001010101011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d70144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d70144; }

 p { color: rgb(215,1,68); }

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

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

 a { background-color: rgb(215,1,68); }

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

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

 span { border-color: rgb(215,1,68); }

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