#D41835

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

Shades of Crimson #D41835

Tints of Crimson #D41835

Color information

#D41835 (or 0xD41835) is unknown color: approx Crimson. HEX triplet: D4, 18 and 35. RGB value is (212,24,53). Sum of RGB (Red+Green+Blue) = 212+24+53=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D41835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41835 is #2BE7CA. Grayscale: #535353. Windows color (decimal): -2877387 or 3479764. OLE color: 3479764.

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

Color convert

RGB2122453-
CMYK00.890.750.17
HSL350.74º79.66%46.27%-
HSV(B)350.74º88.68%83.14%-
XYZ28.1214.914.76-
YUV83.52110.78219.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 73.36%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=73.36%
G=8.30%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212245300.890.750.17350.7479.6646.27
HexD418350594B1115f502e
Octal324306501311132153712056
Binary1101010011000110101010110011001011100011010111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41835; }

 p { color: rgb(212,24,53); }

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

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

 a { background-color: rgb(212,24,53); }

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

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

 span { border-color: rgb(212,24,53); }

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