Html Css Color HEX #E8073A Crimson

📋 copy color: '#E8073A'

red 232 ◦ green 7 ◦ blue 58

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

Shades of Crimson #E8073A

Tints of Crimson #E8073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 78.11%
G = 2.36%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8073A (or 0xE8073A) is known color: Crimson. HEX triplet: E8, 07 and 3A. RGB value is (232,7,58). Sum of RGB (Red+Green+Blue) = 232+7+58=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8073A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8073A is #17F8C5. Grayscale: #505050. Windows color (decimal): -1571014 or 3803112. OLE color: 3803112.

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

Color convert

RGB 232 7 58 -
CMYK 0 0.97 0.75 0.09
HSL 346.4º 0.94% 0.47% -
HSV(B) 346.4º 0.97% 0.91% -
XYZ 34.12 17.61 5.6 -
YUV 80.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 232 7 58 0 0.97 0.75 0.09 346.4 0.94 0.47
Hex E8 7 3A 0 61 4B 9 15A 5E 2F
Octal 350 7 72 0 141 113 11 532 136 57
Binary 11101000 111 111010 0 1100001 1001011 1001 101011010 1011110 101111

Color Harmonies of #E8073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8073A

Black with #E8073A

Text Example


Text Example

White with #E8073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8073A; }

 p { color: rgb(232,7,58); }

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

background-color css

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

 a { background-color: rgb(232,7,58); }

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

border-color css

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

 span { border-color: rgb(232,7,58); }

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