Html Css Color HEX #E80E35 Crimson

📋 copy color: '#E80E35'

red 232 ◦ green 14 ◦ blue 53

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

Shades of Crimson #E80E35

Tints of Crimson #E80E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

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

R = 77.59%
G = 4.68%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80E35 (or 0xE80E35) is known color: Crimson. HEX triplet: E8, 0E and 35. RGB value is (232,14,53). Sum of RGB (Red+Green+Blue) = 232+14+53=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E35 is #17F1CA. Grayscale: #535353. Windows color (decimal): -1569227 or 3477224. OLE color: 3477224.

HSL color Cylindrical-coordinate representation of color #E80E35: hue angle of 349.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E35 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 14 53 -
CMYK 0 0.94 0.77 0.09
HSL 349.27º 0.89% 0.48% -
HSV(B) 349.27º 0.94% 0.91% -
XYZ 34.08 17.73 4.99 -
YUV 83.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 232 14 53 0 0.94 0.77 0.09 349.27 0.89 0.48
Hex E8 E 35 0 5E 4D 9 15D 59 30
Octal 350 16 65 0 136 115 11 535 131 60
Binary 11101000 1110 110101 0 1011110 1001101 1001 101011101 1011001 110000

Color Harmonies of #E80E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E35

Black with #E80E35

Text Example


Text Example

White with #E80E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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