Html Css Color HEX #E80A2C Crimson

📋 copy color: '#E80A2C'

red 232 ◦ green 10 ◦ blue 44

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

Shades of Crimson #E80A2C

Tints of Crimson #E80A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 81.12%
G = 3.5%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E80A2C (or 0xE80A2C) is known color: Crimson. HEX triplet: E8, 0A and 2C. RGB value is (232,10,44). Sum of RGB (Red+Green+Blue) = 232+10+44=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A2C is #17F5D3. Grayscale: #505050. Windows color (decimal): -1570260 or 2886376. OLE color: 2886376.

HSL color Cylindrical-coordinate representation of color #E80A2C: hue angle of 350.81º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A2C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 10 44 -
CMYK 0 0.96 0.81 0.09
HSL 350.81º 0.92% 0.47% -
HSV(B) 350.81º 0.96% 0.91% -
XYZ 33.84 17.55 3.99 -
YUV 80.25 107.55 236.24 -
System Red Green Blue C M Y K H S L
Decimal 232 10 44 0 0.96 0.81 0.09 350.81 0.92 0.47
Hex E8 A 2C 0 60 51 9 15F 5C 2F
Octal 350 12 54 0 140 121 11 537 134 57
Binary 11101000 1010 101100 0 1100000 1010001 1001 101011111 1011100 101111

Color Harmonies of #E80A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A2C

Black with #E80A2C

Text Example


Text Example

White with #E80A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A2C; }

 p { color: rgb(232,10,44); }

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

background-color css

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

 a { background-color: rgb(232,10,44); }

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

border-color css

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

 span { border-color: rgb(232,10,44); }

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