#D40539

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

Shades of Crimson #D40539

Tints of Crimson #D40539

Color information

#D40539 (or 0xD40539) is unknown color: approx Crimson. HEX triplet: D4, 05 and 39. RGB value is (212,5,57). Sum of RGB (Red+Green+Blue) = 212+5+57=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D40539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40539 is #2BFAC6. Grayscale: #484848. Windows color (decimal): -2882247 or 3737044. OLE color: 3737044.

HSL color Cylindrical-coordinate representation of color #D40539: hue angle of 344.93º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40539 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB212557-
CMYK00.980.730.17
HSL344.93º95.39%42.55%-
HSV(B)344.93º97.64%83.14%-
XYZ27.9414.45.18-
YUV72.82119.08227.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 77.37%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=77.37%
G=1.82%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21255700.980.730.17344.9395.3942.55
HexD453906249111595f2b
Octal32457101421112153113753
Binary11010100101111001011000101001001100011010110011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40539; }

 p { color: rgb(212,5,57); }

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

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

 a { background-color: rgb(212,5,57); }

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

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

 span { border-color: rgb(212,5,57); }

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