Html Css Color HEX #E80336 Crimson

📋 copy color: '#E80336'

red 232 ◦ green 3 ◦ blue 54

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

Shades of Crimson #E80336

Tints of Crimson #E80336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 80.28%
G = 1.04%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80336 (or 0xE80336) is known color: Crimson. HEX triplet: E8, 03 and 36. RGB value is (232,3,54). Sum of RGB (Red+Green+Blue) = 232+3+54=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E80336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80336 is #17FCC9. Grayscale: #4D4D4D. Windows color (decimal): -1572042 or 3539944. OLE color: 3539944.

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

Color convert

RGB 232 3 54 -
CMYK 0 0.99 0.77 0.09
HSL 346.64º 0.97% 0.46% -
HSV(B) 346.64º 0.99% 0.91% -
XYZ 33.98 17.49 5.07 -
YUV 77.29 114.87 238.35 -
System Red Green Blue C M Y K H S L
Decimal 232 3 54 0 0.99 0.77 0.09 346.64 0.97 0.46
Hex E8 3 36 0 63 4D 9 15B 61 2E
Octal 350 3 66 0 143 115 11 533 141 56
Binary 11101000 11 110110 0 1100011 1001101 1001 101011011 1100001 101110

Color Harmonies of #E80336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80336

Black with #E80336

Text Example


Text Example

White with #E80336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80336; }

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

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

background-color css

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

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

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

border-color css

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

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

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