Html Css Color HEX #E80A2B Crimson

📋 copy color: '#E80A2B'

red 232 ◦ green 10 ◦ blue 43

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

Shades of Crimson #E80A2B

Tints of Crimson #E80A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 81.4%
G = 3.51%
B = 15.09%

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

#E80A2B (or 0xE80A2B) is known color: Crimson. HEX triplet: E8, 0A and 2B. RGB value is (232,10,43). Sum of RGB (Red+Green+Blue) = 232+10+43=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A2B is #17F5D4. Grayscale: #505050. Windows color (decimal): -1570261 or 2820840. OLE color: 2820840.

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

Color convert

RGB 232 10 43 -
CMYK 0 0.96 0.81 0.09
HSL 351.08º 0.92% 0.47% -
HSV(B) 351.08º 0.96% 0.91% -
XYZ 33.82 17.55 3.89 -
YUV 80.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 232 10 43 0 0.96 0.81 0.09 351.08 0.92 0.47
Hex E8 A 2B 0 60 51 9 15F 5C 2F
Octal 350 12 53 0 140 121 11 537 134 57
Binary 11101000 1010 101011 0 1100000 1010001 1001 101011111 1011100 101111

Color Harmonies of #E80A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A2B

Black with #E80A2B

Text Example


Text Example

White with #E80A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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