Html Css Color HEX #E80B40 Crimson

📋 copy color: '#E80B40'

red 232 ◦ green 11 ◦ blue 64

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

Shades of Crimson #E80B40

Tints of Crimson #E80B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 75.57%
G = 3.58%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E80B40 (or 0xE80B40) is known color: Crimson. HEX triplet: E8, 0B and 40. RGB value is (232,11,64). Sum of RGB (Red+Green+Blue) = 232+11+64=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B40 is #17F4BF. Grayscale: #535353. Windows color (decimal): -1569984 or 4197352. OLE color: 4197352.

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

Color convert

RGB 232 11 64 -
CMYK 0 0.95 0.72 0.09
HSL 345.61º 0.91% 0.48% -
HSV(B) 345.61º 0.95% 0.91% -
XYZ 34.32 17.77 6.47 -
YUV 83.12 117.22 234.19 -
System Red Green Blue C M Y K H S L
Decimal 232 11 64 0 0.95 0.72 0.09 345.61 0.91 0.48
Hex E8 B 40 0 5F 48 9 15A 5B 30
Octal 350 13 100 0 137 110 11 532 133 60
Binary 11101000 1011 1000000 0 1011111 1001000 1001 101011010 1011011 110000

Color Harmonies of #E80B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B40

Black with #E80B40

Text Example


Text Example

White with #E80B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B40; }

 p { color: rgb(232,11,64); }

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

background-color css

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

 a { background-color: rgb(232,11,64); }

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

border-color css

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

 span { border-color: rgb(232,11,64); }

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