Html Css Color HEX #E01231 Crimson

📋 copy color: '#E01231'

red 224 ◦ green 18 ◦ blue 49

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

Shades of Crimson #E01231

Tints of Crimson #E01231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 76.98%
G = 6.19%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01231 (or 0xE01231) is known color: Crimson. HEX triplet: E0, 12 and 31. RGB value is (224,18,49). Sum of RGB (Red+Green+Blue) = 224+18+49=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E01231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01231 is #1FEDCE. Grayscale: #535353. Windows color (decimal): -2092495 or 3216096. OLE color: 3216096.

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

Color convert

RGB 224 18 49 -
CMYK 0 0.92 0.78 0.12
HSL 350.97º 0.85% 0.47% -
HSV(B) 350.97º 0.92% 0.88% -
XYZ 31.51 16.5 4.43 -
YUV 83.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 224 18 49 0 0.92 0.78 0.12 350.97 0.85 0.47
Hex E0 12 31 0 5C 4E C 15F 55 2F
Octal 340 22 61 0 134 116 14 537 125 57
Binary 11100000 10010 110001 0 1011100 1001110 1100 101011111 1010101 101111

Color Harmonies of #E01231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01231

Black with #E01231

Text Example


Text Example

White with #E01231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01231; }

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

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

background-color css

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

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

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

border-color css

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

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

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