Html Css Color HEX #E80342 Crimson

📋 copy color: '#E80342'

red 232 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E80342

Tints of Crimson #E80342

RGB

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

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

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

R = 77.08%
G = 1%
B = 21.93%

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

#E80342 (or 0xE80342) is known color: Crimson. HEX triplet: E8, 03 and 42. RGB value is (232,3,66). Sum of RGB (Red+Green+Blue) = 232+3+66=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E80342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80342 is #17FCBD. Grayscale: #4E4E4E. Windows color (decimal): -1572030 or 4326376. OLE color: 4326376.

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

Color convert

RGB 232 3 66 -
CMYK 0 0.99 0.72 0.09
HSL 343.49º 0.97% 0.46% -
HSV(B) 343.49º 0.99% 0.91% -
XYZ 34.29 17.61 6.75 -
YUV 78.65 120.87 237.38 -
System Red Green Blue C M Y K H S L
Decimal 232 3 66 0 0.99 0.72 0.09 343.49 0.97 0.46
Hex E8 3 42 0 63 48 9 157 61 2E
Octal 350 3 102 0 143 110 11 527 141 56
Binary 11101000 11 1000010 0 1100011 1001000 1001 101010111 1100001 101110

Color Harmonies of #E80342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80342

Black with #E80342

Text Example


Text Example

White with #E80342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80342; }

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

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

background-color css

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

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

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

border-color css

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

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

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