Html Css Color HEX #E81228 Crimson

📋 copy color: '#E81228'

red 232 ◦ green 18 ◦ blue 40

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

Shades of Crimson #E81228

Tints of Crimson #E81228

RGB

 RED value IS 232 (91.02% from 255) = 80%

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

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 80%
G = 6.21%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E81228 (or 0xE81228) is known color: Crimson. HEX triplet: E8, 12 and 28. RGB value is (232,18,40). Sum of RGB (Red+Green+Blue) = 232+18+40=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E81228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81228 is #17EDD7. Grayscale: #545454. Windows color (decimal): -1568216 or 2626280. OLE color: 2626280.

HSL color Cylindrical-coordinate representation of color #E81228: hue angle of 353.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81228 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 18 40 -
CMYK 0 0.92 0.83 0.09
HSL 353.83º 0.86% 0.49% -
HSV(B) 353.83º 0.92% 0.91% -
XYZ 33.88 17.74 3.65 -
YUV 84.49 102.9 233.21 -
System Red Green Blue C M Y K H S L
Decimal 232 18 40 0 0.92 0.83 0.09 353.83 0.86 0.49
Hex E8 12 28 0 5C 53 9 162 56 31
Octal 350 22 50 0 134 123 11 542 126 61
Binary 11101000 10010 101000 0 1011100 1010011 1001 101100010 1010110 110001

Color Harmonies of #E81228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81228

Black with #E81228

Text Example


Text Example

White with #E81228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81228; }

 p { color: rgb(232,18,40); }

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

background-color css

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

 a { background-color: rgb(232,18,40); }

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

border-color css

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

 span { border-color: rgb(232,18,40); }

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