#D41C42

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

Shades of Crimson #D41C42

Tints of Crimson #D41C42

Color information

#D41C42 (or 0xD41C42) is unknown color: approx Crimson. HEX triplet: D4, 1C and 42. RGB value is (212,28,66). Sum of RGB (Red+Green+Blue) = 212+28+66=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41C42 is #2BE3BD. Grayscale: #575757. Windows color (decimal): -2876350 or 4332756. OLE color: 4332756.

HSL color Cylindrical-coordinate representation of color #D41C42: hue angle of 347.61º 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 #D41C42 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB2122866-
CMYK00.870.690.17
HSL347.61º76.67%47.06%-
HSV(B)347.61º86.79%83.14%-
XYZ28.5515.226.59-
YUV87.35115.96216.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 69.28%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=69.28%
G=9.15%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212286600.870.690.17347.6176.6747.06
HexD41C42057451115c4d2f
Octal3243410201271052153411557
Binary11010100111001000010010101111000101100011010111001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41C42; }

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

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

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

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

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

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

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

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