Html Css Color HEX #E80730 Crimson

📋 copy color: '#E80730'

red 232 ◦ green 7 ◦ blue 48

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

Shades of Crimson #E80730

Tints of Crimson #E80730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 80.84%
G = 2.44%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E80730 (or 0xE80730) is known color: Crimson. HEX triplet: E8, 07 and 30. RGB value is (232,7,48). Sum of RGB (Red+Green+Blue) = 232+7+48=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E80730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80730 is #17F8CF. Grayscale: #4F4F4F. Windows color (decimal): -1571024 or 3147752. OLE color: 3147752.

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

Color convert

RGB 232 7 48 -
CMYK 0 0.97 0.79 0.09
HSL 349.07º 0.94% 0.47% -
HSV(B) 349.07º 0.97% 0.91% -
XYZ 33.89 17.52 4.39 -
YUV 78.95 110.54 237.17 -
System Red Green Blue C M Y K H S L
Decimal 232 7 48 0 0.97 0.79 0.09 349.07 0.94 0.47
Hex E8 7 30 0 61 4F 9 15D 5E 2F
Octal 350 7 60 0 141 117 11 535 136 57
Binary 11101000 111 110000 0 1100001 1001111 1001 101011101 1011110 101111

Color Harmonies of #E80730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80730

Black with #E80730

Text Example


Text Example

White with #E80730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80730; }

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

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

background-color css

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

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

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

border-color css

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

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

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