#D41333

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

Shades of Crimson #D41333

Tints of Crimson #D41333

Color information

#D41333 (or 0xD41333) is unknown color: approx Crimson. HEX triplet: D4, 13 and 33. RGB value is (212,19,51). Sum of RGB (Red+Green+Blue) = 212+19+51=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D41333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41333 is #2BECCC. Grayscale: #505050. Windows color (decimal): -2878669 or 3347412. OLE color: 3347412.

HSL color Cylindrical-coordinate representation of color #D41333: hue angle of 350.05º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41333 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB2121951-
CMYK00.910.760.17
HSL350.05º83.55%45.29%-
HSV(B)350.05º91.04%83.14%-
XYZ27.9814.74.49-
YUV80.35111.44221.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 75.18%
GREEN value IS 19 (7.81% from 255) = 6.74%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=75.18%
G=6.74%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212195100.910.760.17350.0583.5545.29
HexD4133305B4C1115e542d
Octal324236301331142153612455
Binary1101010010011110011010110111001100100011010111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41333; }

 p { color: rgb(212,19,51); }

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

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

 a { background-color: rgb(212,19,51); }

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

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

 span { border-color: rgb(212,19,51); }

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