Html Css Color HEX #E80242 Crimson

📋 copy color: '#E80242'

red 232 ◦ green 2 ◦ blue 66

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

Shades of Crimson #E80242

Tints of Crimson #E80242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22%

R = 77.33%
G = 0.67%
B = 22%

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

#E80242 (or 0xE80242) is known color: Crimson. HEX triplet: E8, 02 and 42. RGB value is (232,2,66). Sum of RGB (Red+Green+Blue) = 232+2+66=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E80242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80242 is #17FDBD. Grayscale: #4E4E4E. Windows color (decimal): -1572286 or 4326120. OLE color: 4326120.

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

Color convert

RGB 232 2 66 -
CMYK 0 0.99 0.72 0.09
HSL 343.3º 0.98% 0.46% -
HSV(B) 343.3º 0.99% 0.91% -
XYZ 34.28 17.59 6.74 -
YUV 78.07 121.2 237.8 -
System Red Green Blue C M Y K H S L
Decimal 232 2 66 0 0.99 0.72 0.09 343.3 0.98 0.46
Hex E8 2 42 0 63 48 9 157 62 2E
Octal 350 2 102 0 143 110 11 527 142 56
Binary 11101000 10 1000010 0 1100011 1001000 1001 101010111 1100010 101110

Color Harmonies of #E80242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80242

Black with #E80242

Text Example


Text Example

White with #E80242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80242; }

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

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

background-color css

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

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

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

border-color css

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

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

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