Html Css Color HEX #E80832 Crimson

📋 copy color: '#E80832'

red 232 ◦ green 8 ◦ blue 50

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

Shades of Crimson #E80832

Tints of Crimson #E80832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 80%
G = 2.76%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E80832 (or 0xE80832) is known color: Crimson. HEX triplet: E8, 08 and 32. RGB value is (232,8,50). Sum of RGB (Red+Green+Blue) = 232+8+50=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E80832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80832 is #17F7CD. Grayscale: #4F4F4F. Windows color (decimal): -1570766 or 3279080. OLE color: 3279080.

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

Color convert

RGB 232 8 50 -
CMYK 0 0.97 0.78 0.09
HSL 348.75º 0.93% 0.47% -
HSV(B) 348.75º 0.97% 0.91% -
XYZ 33.94 17.56 4.62 -
YUV 79.76 111.21 236.58 -
System Red Green Blue C M Y K H S L
Decimal 232 8 50 0 0.97 0.78 0.09 348.75 0.93 0.47
Hex E8 8 32 0 61 4E 9 15D 5D 2F
Octal 350 10 62 0 141 116 11 535 135 57
Binary 11101000 1000 110010 0 1100001 1001110 1001 101011101 1011101 101111

Color Harmonies of #E80832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80832

Black with #E80832

Text Example


Text Example

White with #E80832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80832; }

 p { color: rgb(232,8,50); }

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

background-color css

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

 a { background-color: rgb(232,8,50); }

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

border-color css

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

 span { border-color: rgb(232,8,50); }

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