Html Css Color HEX #E01232 Crimson

📋 copy color: '#E01232'

red 224 ◦ green 18 ◦ blue 50

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

Shades of Crimson #E01232

Tints of Crimson #E01232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 76.71%
G = 6.16%
B = 17.12%

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

#E01232 (or 0xE01232) is known color: Crimson. HEX triplet: E0, 12 and 32. RGB value is (224,18,50). Sum of RGB (Red+Green+Blue) = 224+18+50=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E01232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01232 is #1FEDCD. Grayscale: #535353. Windows color (decimal): -2092494 or 3281632. OLE color: 3281632.

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

Color convert

RGB 224 18 50 -
CMYK 0 0.92 0.78 0.12
HSL 350.68º 0.85% 0.47% -
HSV(B) 350.68º 0.92% 0.88% -
XYZ 31.53 16.51 4.54 -
YUV 83.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 224 18 50 0 0.92 0.78 0.12 350.68 0.85 0.47
Hex E0 12 32 0 5C 4E C 15F 55 2F
Octal 340 22 62 0 134 116 14 537 125 57
Binary 11100000 10010 110010 0 1011100 1001110 1100 101011111 1010101 101111

Color Harmonies of #E01232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01232

Black with #E01232

Text Example


Text Example

White with #E01232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01232; }

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

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

background-color css

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

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

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

border-color css

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

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

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