Html Css Color HEX #E01237 Crimson

📋 copy color: '#E01237'

red 224 ◦ green 18 ◦ blue 55

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

Shades of Crimson #E01237

Tints of Crimson #E01237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 75.42%
G = 6.06%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01237 (or 0xE01237) is known color: Crimson. HEX triplet: E0, 12 and 37. RGB value is (224,18,55). Sum of RGB (Red+Green+Blue) = 224+18+55=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01237 is #1FEDC8. Grayscale: #535353. Windows color (decimal): -2092489 or 3609312. OLE color: 3609312.

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

Color convert

RGB 224 18 55 -
CMYK 0 0.92 0.75 0.12
HSL 349.22º 0.85% 0.47% -
HSV(B) 349.22º 0.92% 0.88% -
XYZ 31.65 16.56 5.14 -
YUV 83.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 224 18 55 0 0.92 0.75 0.12 349.22 0.85 0.47
Hex E0 12 37 0 5C 4B C 15D 55 2F
Octal 340 22 67 0 134 113 14 535 125 57
Binary 11100000 10010 110111 0 1011100 1001011 1100 101011101 1010101 101111

Color Harmonies of #E01237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01237

Black with #E01237

Text Example


Text Example

White with #E01237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01237; }

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

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

background-color css

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

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

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

border-color css

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

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

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