#D41A3F

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

Shades of Crimson #D41A3F

Tints of Crimson #D41A3F

Color information

#D41A3F (or 0xD41A3F) is unknown color: approx Crimson. HEX triplet: D4, 1A and 3F. RGB value is (212,26,63). Sum of RGB (Red+Green+Blue) = 212+26+63=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A3F is #2BE5C0. Grayscale: #555555. Windows color (decimal): -2876865 or 4135636. OLE color: 4135636.

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

Color convert

RGB2122663-
CMYK00.880.700.17
HSL348.06º78.15%46.67%-
HSV(B)348.06º87.74%83.14%-
XYZ28.4215.096.12-
YUV85.83115.12217.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 70.43%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 63 (25% from 255) = 20.93%
R=70.43%
G=8.64%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212266300.880.700.17348.0678.1546.67
HexD41A3F058461115c4e2f
Octal324327701301062153411657
Binary1101010011010111111010110001000110100011010111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41A3F; }

 p { color: rgb(212,26,63); }

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

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

 a { background-color: rgb(212,26,63); }

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

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

 span { border-color: rgb(212,26,63); }

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