Html Css Color HEX #E80B2A Crimson

📋 copy color: '#E80B2A'

red 232 ◦ green 11 ◦ blue 42

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

Shades of Crimson #E80B2A

Tints of Crimson #E80B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 81.4%
G = 3.86%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E80B2A (or 0xE80B2A) is known color: Crimson. HEX triplet: E8, 0B and 2A. RGB value is (232,11,42). Sum of RGB (Red+Green+Blue) = 232+11+42=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B2A is #17F4D5. Grayscale: #505050. Windows color (decimal): -1570006 or 2755560. OLE color: 2755560.

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

Color convert

RGB 232 11 42 -
CMYK 0 0.95 0.82 0.09
HSL 351.58º 0.91% 0.48% -
HSV(B) 351.58º 0.95% 0.91% -
XYZ 33.82 17.56 3.8 -
YUV 80.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 232 11 42 0 0.95 0.82 0.09 351.58 0.91 0.48
Hex E8 B 2A 0 5F 52 9 160 5B 30
Octal 350 13 52 0 137 122 11 540 133 60
Binary 11101000 1011 101010 0 1011111 1010010 1001 101100000 1011011 110000

Color Harmonies of #E80B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B2A

Black with #E80B2A

Text Example


Text Example

White with #E80B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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