Html Css Color HEX #E80B3E Crimson

📋 copy color: '#E80B3E'

red 232 ◦ green 11 ◦ blue 62

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

Shades of Crimson #E80B3E

Tints of Crimson #E80B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 76.07%
G = 3.61%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E80B3E (or 0xE80B3E) is known color: Crimson. HEX triplet: E8, 0B and 3E. RGB value is (232,11,62). Sum of RGB (Red+Green+Blue) = 232+11+62=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B3E is #17F4C1. Grayscale: #525252. Windows color (decimal): -1569986 or 4066280. OLE color: 4066280.

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

Color convert

RGB 232 11 62 -
CMYK 0 0.95 0.73 0.09
HSL 346.15º 0.91% 0.48% -
HSV(B) 346.15º 0.95% 0.91% -
XYZ 34.27 17.74 6.18 -
YUV 82.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 232 11 62 0 0.95 0.73 0.09 346.15 0.91 0.48
Hex E8 B 3E 0 5F 49 9 15A 5B 30
Octal 350 13 76 0 137 111 11 532 133 60
Binary 11101000 1011 111110 0 1011111 1001001 1001 101011010 1011011 110000

Color Harmonies of #E80B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B3E

Black with #E80B3E

Text Example


Text Example

White with #E80B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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