#D41631

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

Shades of Crimson #D41631

Tints of Crimson #D41631

Color information

#D41631 (or 0xD41631) is unknown color: approx Crimson. HEX triplet: D4, 16 and 31. RGB value is (212,22,49). Sum of RGB (Red+Green+Blue) = 212+22+49=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41631 is #2BE9CE. Grayscale: #515151. Windows color (decimal): -2877903 or 3217108. OLE color: 3217108.

HSL color Cylindrical-coordinate representation of color #D41631: hue angle of 351.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41631 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB2122249-
CMYK00.900.770.17
HSL351.47º81.2%45.88%-
HSV(B)351.47º89.62%83.14%-
XYZ27.9914.794.29-
YUV81.89109.45220.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 74.91%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=74.91%
G=7.77%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212224900.900.770.17351.4781.245.88
HexD4163105A4D1115f512e
Octal324266101321152153712156
Binary1101010010110110001010110101001101100011010111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41631; }

 p { color: rgb(212,22,49); }

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

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

 a { background-color: rgb(212,22,49); }

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

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

 span { border-color: rgb(212,22,49); }

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