#D41C36

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

Shades of Crimson #D41C36

Tints of Crimson #D41C36

Color information

#D41C36 (or 0xD41C36) is unknown color: approx Crimson. HEX triplet: D4, 1C and 36. RGB value is (212,28,54). Sum of RGB (Red+Green+Blue) = 212+28+54=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41C36 is #2BE3C9. Grayscale: #565656. Windows color (decimal): -2876362 or 3546324. OLE color: 3546324.

HSL color Cylindrical-coordinate representation of color #D41C36: hue angle of 351.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C36 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2122854-
CMYK00.870.750.17
HSL351.52º76.67%47.06%-
HSV(B)351.52º86.79%83.14%-
XYZ28.2315.094.92-
YUV85.98109.96217.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 72.11%
GREEN value IS 28 (11.33% from 255) = 9.52%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=72.11%
G=9.52%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212285400.870.750.17351.5276.6747.06
HexD41C360574B111604d2f
Octal324346601271132154011557
Binary1101010011100110110010101111001011100011011000001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41C36; }

 p { color: rgb(212,28,54); }

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

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

 a { background-color: rgb(212,28,54); }

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

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

 span { border-color: rgb(212,28,54); }

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