Html Css Color HEX #E80835 Crimson

📋 copy color: '#E80835'

red 232 ◦ green 8 ◦ blue 53

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

Shades of Crimson #E80835

Tints of Crimson #E80835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 79.18%
G = 2.73%
B = 18.09%

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

#E80835 (or 0xE80835) is known color: Crimson. HEX triplet: E8, 08 and 35. RGB value is (232,8,53). Sum of RGB (Red+Green+Blue) = 232+8+53=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E80835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80835 is #17F7CA. Grayscale: #505050. Windows color (decimal): -1570763 or 3475688. OLE color: 3475688.

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

Color convert

RGB 232 8 53 -
CMYK 0 0.97 0.77 0.09
HSL 347.95º 0.93% 0.47% -
HSV(B) 347.95º 0.97% 0.91% -
XYZ 34.01 17.59 4.97 -
YUV 80.11 112.71 236.34 -
System Red Green Blue C M Y K H S L
Decimal 232 8 53 0 0.97 0.77 0.09 347.95 0.93 0.47
Hex E8 8 35 0 61 4D 9 15C 5D 2F
Octal 350 10 65 0 141 115 11 534 135 57
Binary 11101000 1000 110101 0 1100001 1001101 1001 101011100 1011101 101111

Color Harmonies of #E80835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80835

Black with #E80835

Text Example


Text Example

White with #E80835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80835; }

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

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

background-color css

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

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

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

border-color css

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

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

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