Html Css Color HEX #E80836 Crimson

📋 copy color: '#E80836'

red 232 ◦ green 8 ◦ blue 54

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

Shades of Crimson #E80836

Tints of Crimson #E80836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 78.91%
G = 2.72%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80836 (or 0xE80836) is known color: Crimson. HEX triplet: E8, 08 and 36. RGB value is (232,8,54). Sum of RGB (Red+Green+Blue) = 232+8+54=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E80836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80836 is #17F7C9. Grayscale: #505050. Windows color (decimal): -1570762 or 3541224. OLE color: 3541224.

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

Color convert

RGB 232 8 54 -
CMYK 0 0.97 0.77 0.09
HSL 347.68º 0.93% 0.47% -
HSV(B) 347.68º 0.97% 0.91% -
XYZ 34.03 17.6 5.09 -
YUV 80.22 113.21 236.26 -
System Red Green Blue C M Y K H S L
Decimal 232 8 54 0 0.97 0.77 0.09 347.68 0.93 0.47
Hex E8 8 36 0 61 4D 9 15C 5D 2F
Octal 350 10 66 0 141 115 11 534 135 57
Binary 11101000 1000 110110 0 1100001 1001101 1001 101011100 1011101 101111

Color Harmonies of #E80836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80836

Black with #E80836

Text Example


Text Example

White with #E80836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80836; }

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

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

background-color css

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

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

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

border-color css

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

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

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