Html Css Color HEX #E8073F Crimson

📋 copy color: '#E8073F'

red 232 ◦ green 7 ◦ blue 63

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

Shades of Crimson #E8073F

Tints of Crimson #E8073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 76.82%
G = 2.32%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E8073F (or 0xE8073F) is known color: Crimson. HEX triplet: E8, 07 and 3F. RGB value is (232,7,63). Sum of RGB (Red+Green+Blue) = 232+7+63=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E8073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8073F is #17F8C0. Grayscale: #505050. Windows color (decimal): -1571009 or 4130792. OLE color: 4130792.

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

Color convert

RGB 232 7 63 -
CMYK 0 0.97 0.73 0.09
HSL 345.07º 0.94% 0.47% -
HSV(B) 345.07º 0.97% 0.91% -
XYZ 34.25 17.67 6.31 -
YUV 80.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 232 7 63 0 0.97 0.73 0.09 345.07 0.94 0.47
Hex E8 7 3F 0 61 49 9 159 5E 2F
Octal 350 7 77 0 141 111 11 531 136 57
Binary 11101000 111 111111 0 1100001 1001001 1001 101011001 1011110 101111

Color Harmonies of #E8073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8073F

Black with #E8073F

Text Example


Text Example

White with #E8073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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