Html Css Color HEX #E01136 Crimson

📋 copy color: '#E01136'

red 224 ◦ green 17 ◦ blue 54

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

Shades of Crimson #E01136

Tints of Crimson #E01136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 75.93%
G = 5.76%
B = 18.31%

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

#E01136 (or 0xE01136) is known color: Crimson. HEX triplet: E0, 11 and 36. RGB value is (224,17,54). Sum of RGB (Red+Green+Blue) = 224+17+54=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E01136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01136 is #1FEEC9. Grayscale: #535353. Windows color (decimal): -2092746 or 3543520. OLE color: 3543520.

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

Color convert

RGB 224 17 54 -
CMYK 0 0.92 0.76 0.12
HSL 349.28º 0.86% 0.47% -
HSV(B) 349.28º 0.92% 0.88% -
XYZ 31.61 16.51 5.01 -
YUV 83.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 224 17 54 0 0.92 0.76 0.12 349.28 0.86 0.47
Hex E0 11 36 0 5C 4C C 15D 56 2F
Octal 340 21 66 0 134 114 14 535 126 57
Binary 11100000 10001 110110 0 1011100 1001100 1100 101011101 1010110 101111

Color Harmonies of #E01136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01136

Black with #E01136

Text Example


Text Example

White with #E01136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01136; }

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

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

background-color css

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

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

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

border-color css

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

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

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