Html Css Color HEX #E80240 Crimson

📋 copy color: '#E80240'

red 232 ◦ green 2 ◦ blue 64

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

Shades of Crimson #E80240

Tints of Crimson #E80240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 77.85%
G = 0.67%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E80240 (or 0xE80240) is known color: Crimson. HEX triplet: E8, 02 and 40. RGB value is (232,2,64). Sum of RGB (Red+Green+Blue) = 232+2+64=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E80240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80240 is #17FDBF. Grayscale: #4D4D4D. Windows color (decimal): -1572288 or 4195048. OLE color: 4195048.

HSL color Cylindrical-coordinate representation of color #E80240: hue angle of 343.83º degrees, saturation: 0.98, 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 #E80240 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 64 -
CMYK 0 0.99 0.72 0.09
HSL 343.83º 0.98% 0.46% -
HSV(B) 343.83º 0.99% 0.91% -
XYZ 34.23 17.57 6.44 -
YUV 77.84 120.2 237.96 -
System Red Green Blue C M Y K H S L
Decimal 232 2 64 0 0.99 0.72 0.09 343.83 0.98 0.46
Hex E8 2 40 0 63 48 9 158 62 2E
Octal 350 2 100 0 143 110 11 530 142 56
Binary 11101000 10 1000000 0 1100011 1001000 1001 101011000 1100010 101110

Color Harmonies of #E80240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80240

Black with #E80240

Text Example


Text Example

White with #E80240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80240; }

 p { color: rgb(232,2,64); }

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

background-color css

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

 a { background-color: rgb(232,2,64); }

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

border-color css

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

 span { border-color: rgb(232,2,64); }

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