Html Css Color HEX #E80138 Crimson

📋 copy color: '#E80138'

red 232 ◦ green 1 ◦ blue 56

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

Shades of Crimson #E80138

Tints of Crimson #E80138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 80.28%
G = 0.35%
B = 19.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#E80138 (or 0xE80138) is known color: Crimson. HEX triplet: E8, 01 and 38. RGB value is (232,1,56). Sum of RGB (Red+Green+Blue) = 232+1+56=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E80138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80138 is #17FEC7. Grayscale: #4C4C4C. Windows color (decimal): -1572552 or 3670504. OLE color: 3670504.

HSL color Cylindrical-coordinate representation of color #E80138: hue angle of 345.71º 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 #E80138 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 56 -
CMYK 0 1.00 0.76 0.09
HSL 345.71º 0.99% 0.46% -
HSV(B) 345.71º 1% 0.91% -
XYZ 34 17.46 5.32 -
YUV 76.34 116.53 239.03 -
System Red Green Blue C M Y K H S L
Decimal 232 1 56 0 1.00 0.76 0.09 345.71 0.99 0.46
Hex E8 1 38 0 64 4C 9 15A 63 2E
Octal 350 1 70 0 144 114 11 532 143 56
Binary 11101000 1 111000 0 1100100 1001100 1001 101011010 1100011 101110

Color Harmonies of #E80138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80138

Black with #E80138

Text Example


Text Example

White with #E80138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80138; }

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

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

background-color css

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

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

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

border-color css

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

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

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