Html Css Color HEX #E01236 Crimson

📋 copy color: '#E01236'

red 224 ◦ green 18 ◦ blue 54

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

Shades of Crimson #E01236

Tints of Crimson #E01236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 75.68%
G = 6.08%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E01236 (or 0xE01236) is known color: Crimson. HEX triplet: E0, 12 and 36. RGB value is (224,18,54). Sum of RGB (Red+Green+Blue) = 224+18+54=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E01236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01236 is #1FEDC9. Grayscale: #535353. Windows color (decimal): -2092490 or 3543776. OLE color: 3543776.

HSL color Cylindrical-coordinate representation of color #E01236: hue angle of 349.51º 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 #E01236 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 54 -
CMYK 0 0.92 0.76 0.12
HSL 349.51º 0.85% 0.47% -
HSV(B) 349.51º 0.92% 0.88% -
XYZ 31.62 16.55 5.02 -
YUV 83.7 111.25 228.07 -
System Red Green Blue C M Y K H S L
Decimal 224 18 54 0 0.92 0.76 0.12 349.51 0.85 0.47
Hex E0 12 36 0 5C 4C C 15E 55 2F
Octal 340 22 66 0 134 114 14 536 125 57
Binary 11100000 10010 110110 0 1011100 1001100 1100 101011110 1010101 101111

Color Harmonies of #E01236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01236

Black with #E01236

Text Example


Text Example

White with #E01236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01236; }

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

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

background-color css

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

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

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

border-color css

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

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

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