#E41C41

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

Shades of Crimson #E41C41

Tints of Crimson #E41C41

Color information

#E41C41 (or 0xE41C41) is unknown color: approx Crimson. HEX triplet: E4, 1C and 41. RGB value is (228,28,65). Sum of RGB (Red+Green+Blue) = 228+28+65=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41C41 is #1BE3BE. Grayscale: #5C5C5C. Windows color (decimal): -1827775 or 4267236. OLE color: 4267236.

HSL color Cylindrical-coordinate representation of color #E41C41: hue angle of 348.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41C41 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB2282865-
CMYK00.880.710.11
HSL348.9º78.74%50.2%-
HSV(B)348.9º87.72%89.41%-
XYZ33.3617.716.66-
YUV92.02112.76224.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.03%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=71.03%
G=8.72%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228286500.880.710.11348.978.7450.2
HexE41C4105847B15d4f32
Octal3443410101301071353511762
Binary1110010011100100000101011000100011110111010111011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41C41; }

 p { color: rgb(228,28,65); }

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

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

 a { background-color: rgb(228,28,65); }

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

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

 span { border-color: rgb(228,28,65); }

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