Html Css Color HEX #E41233 Crimson

📋 copy color: '#E41233'

red 228 ◦ green 18 ◦ blue 51

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

Shades of Crimson #E41233

Tints of Crimson #E41233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 76.77%
G = 6.06%
B = 17.17%

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

#E41233 (or 0xE41233) is known color: Crimson. HEX triplet: E4, 12 and 33. RGB value is (228,18,51). Sum of RGB (Red+Green+Blue) = 228+18+51=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E41233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41233 is #1BEDCC. Grayscale: #545454. Windows color (decimal): -1830349 or 3347172. OLE color: 3347172.

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

Color convert

RGB 228 18 51 -
CMYK 0 0.92 0.78 0.11
HSL 350.57º 0.85% 0.48% -
HSV(B) 350.57º 0.92% 0.89% -
XYZ 32.81 17.17 4.72 -
YUV 84.55 109.07 230.32 -
System Red Green Blue C M Y K H S L
Decimal 228 18 51 0 0.92 0.78 0.11 350.57 0.85 0.48
Hex E4 12 33 0 5C 4E B 15F 55 30
Octal 344 22 63 0 134 116 13 537 125 60
Binary 11100100 10010 110011 0 1011100 1001110 1011 101011111 1010101 110000

Color Harmonies of #E41233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41233

Black with #E41233

Text Example


Text Example

White with #E41233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41233; }

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

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

background-color css

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

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

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

border-color css

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

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

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