Html Css Color HEX #E80036 Crimson

📋 copy color: '#E80036'

red 232 ◦ green 0 ◦ blue 54

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

Shades of Crimson #E80036

Tints of Crimson #E80036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.12%
G = 0%
B = 18.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80036 (or 0xE80036) is known color: Crimson. HEX triplet: E8, 00 and 36. RGB value is (232,0,54). Sum of RGB (Red+Green+Blue) = 232+0+54=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80036 is #17FFC9. Grayscale: #4B4B4B. Windows color (decimal): -1572810 or 3539176. OLE color: 3539176.

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

Color convert

RGB 232 0 54 -
CMYK 0 1 0.77 0.09
HSL 346.03º 1% 0.45% -
HSV(B) 346.03º 1% 0.91% -
XYZ 33.94 17.42 5.06 -
YUV 75.52 115.86 239.61 -
System Red Green Blue C M Y K H S L
Decimal 232 0 54 0 1 0.77 0.09 346.03 1 0.45
Hex E8 0 36 0 64 4D 9 15A 64 2D
Octal 350 0 66 0 144 115 11 532 144 55
Binary 11101000 0 110110 0 1100100 1001101 1001 101011010 1100100 101101

Color Harmonies of #E80036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80036

Black with #E80036

Text Example


Text Example

White with #E80036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80036; }

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

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

background-color css

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

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

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

border-color css

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

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

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