Html Css Color HEX #E80136 Crimson

📋 copy color: '#E80136'

red 232 ◦ green 1 ◦ blue 54

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

Shades of Crimson #E80136

Tints of Crimson #E80136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 80.84%
G = 0.35%
B = 18.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80136 (or 0xE80136) is known color: Crimson. HEX triplet: E8, 01 and 36. RGB value is (232,1,54). Sum of RGB (Red+Green+Blue) = 232+1+54=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E80136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80136 is #17FEC9. Grayscale: #4C4C4C. Windows color (decimal): -1572554 or 3539432. OLE color: 3539432.

HSL color Cylindrical-coordinate representation of color #E80136: hue angle of 346.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80136 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 54 -
CMYK 0 1.00 0.77 0.09
HSL 346.23º 0.99% 0.46% -
HSV(B) 346.23º 1% 0.91% -
XYZ 33.96 17.44 5.07 -
YUV 76.11 115.53 239.19 -
System Red Green Blue C M Y K H S L
Decimal 232 1 54 0 1.00 0.77 0.09 346.23 0.99 0.46
Hex E8 1 36 0 64 4D 9 15A 63 2E
Octal 350 1 66 0 144 115 11 532 143 56
Binary 11101000 1 110110 0 1100100 1001101 1001 101011010 1100011 101110

Color Harmonies of #E80136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80136

Black with #E80136

Text Example


Text Example

White with #E80136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80136; }

 p { color: rgb(232,1,54); }

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

background-color css

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

 a { background-color: rgb(232,1,54); }

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

border-color css

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

 span { border-color: rgb(232,1,54); }

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