#D50139

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

Shades of Crimson #D50139

Tints of Crimson #D50139

Color information

#D50139 (or 0xD50139) is unknown color: approx Crimson. HEX triplet: D5, 01 and 39. RGB value is (213,1,57). Sum of RGB (Red+Green+Blue) = 213+1+57=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D50139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50139 is #2AFEC6. Grayscale: #464646. Windows color (decimal): -2817735 or 3736021. OLE color: 3736021.

HSL color Cylindrical-coordinate representation of color #D50139: hue angle of 344.15º 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 #D50139 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB213157-
CMYK01.000.730.16
HSL344.15º99.07%41.96%-
HSV(B)344.15º99.53%83.53%-
XYZ28.1914.465.18-
YUV70.77120.24229.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 78.60%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=78.60%
G=0.37%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315701.000.730.16344.1599.0741.96
HexD51390644910158632a
Octal32517101441112053014352
Binary110101011111001011001001001001100001010110001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50139; }

 p { color: rgb(213,1,57); }

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

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

 a { background-color: rgb(213,1,57); }

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

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

 span { border-color: rgb(213,1,57); }

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