Html Css Color HEX #E01241 Crimson

📋 copy color: '#E01241'

red 224 ◦ green 18 ◦ blue 65

#E01241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E01241

Tints of Crimson #E01241

RGB

 RED value IS 224 (87.89% from 255) = 72.96%

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 72.96%
G = 5.86%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01241 (or 0xE01241) is known color: Crimson. HEX triplet: E0, 12 and 41. RGB value is (224,18,65). Sum of RGB (Red+Green+Blue) = 224+18+65=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E01241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01241 is #1FEDBE. Grayscale: #545454. Windows color (decimal): -2092479 or 4264672. OLE color: 4264672.

HSL color Cylindrical-coordinate representation of color #E01241: hue angle of 346.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01241 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 65 -
CMYK 0 0.92 0.71 0.12
HSL 346.31º 0.85% 0.47% -
HSV(B) 346.31º 0.92% 0.88% -
XYZ 31.91 16.66 6.54 -
YUV 84.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 224 18 65 0 0.92 0.71 0.12 346.31 0.85 0.47
Hex E0 12 41 0 5C 47 C 15A 55 2F
Octal 340 22 101 0 134 107 14 532 125 57
Binary 11100000 10010 1000001 0 1011100 1000111 1100 101011010 1010101 101111

Color Harmonies of #E01241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01241

Black with #E01241

Text Example


Text Example

White with #E01241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01241; }

 p { color: rgb(224,18,65); }

 H1.HeaderClassName
 {
   color: #E01241;
 }
 .AnyTagClassName
 {
   color: #E01241;
 }
</style>

background-color css

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

 a { background-color: rgb(224,18,65); }

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

border-color css

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

 span { border-color: rgb(224,18,65); }

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