Html Css Color HEX #E80D3E Crimson

📋 copy color: '#E80D3E'

red 232 ◦ green 13 ◦ blue 62

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

Shades of Crimson #E80D3E

Tints of Crimson #E80D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

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

R = 75.57%
G = 4.23%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E80D3E (or 0xE80D3E) is known color: Crimson. HEX triplet: E8, 0D and 3E. RGB value is (232,13,62). Sum of RGB (Red+Green+Blue) = 232+13+62=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D3E is #17F2C1. Grayscale: #545454. Windows color (decimal): -1569474 or 4066792. OLE color: 4066792.

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

Color convert

RGB 232 13 62 -
CMYK 0 0.94 0.73 0.09
HSL 346.58º 0.89% 0.48% -
HSV(B) 346.58º 0.94% 0.91% -
XYZ 34.29 17.79 6.18 -
YUV 84.07 115.55 233.52 -
System Red Green Blue C M Y K H S L
Decimal 232 13 62 0 0.94 0.73 0.09 346.58 0.89 0.48
Hex E8 D 3E 0 5E 49 9 15B 59 30
Octal 350 15 76 0 136 111 11 533 131 60
Binary 11101000 1101 111110 0 1011110 1001001 1001 101011011 1011001 110000

Color Harmonies of #E80D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D3E

Black with #E80D3E

Text Example


Text Example

White with #E80D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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