Html Css Color HEX #E41232 Crimson

📋 copy color: '#E41232'

red 228 ◦ green 18 ◦ blue 50

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

Shades of Crimson #E41232

Tints of Crimson #E41232

RGB

 RED value IS 228 (89.45% from 255) = 77.03%

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

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

R = 77.03%
G = 6.08%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E41232 (or 0xE41232) is known color: Crimson. HEX triplet: E4, 12 and 32. RGB value is (228,18,50). Sum of RGB (Red+Green+Blue) = 228+18+50=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E41232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41232 is #1BEDCD. Grayscale: #545454. Windows color (decimal): -1830350 or 3281636. OLE color: 3281636.

HSL color Cylindrical-coordinate representation of color #E41232: hue angle of 350.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41232 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 18 50 -
CMYK 0 0.92 0.78 0.11
HSL 350.86º 0.85% 0.48% -
HSV(B) 350.86º 0.92% 0.89% -
XYZ 32.79 17.16 4.6 -
YUV 84.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 228 18 50 0 0.92 0.78 0.11 350.86 0.85 0.48
Hex E4 12 32 0 5C 4E B 15F 55 30
Octal 344 22 62 0 134 116 13 537 125 60
Binary 11100100 10010 110010 0 1011100 1001110 1011 101011111 1010101 110000

Color Harmonies of #E41232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41232

Black with #E41232

Text Example


Text Example

White with #E41232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41232; }

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

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

background-color css

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

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

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

border-color css

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

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

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