Html Css Color HEX #E80231 Crimson

📋 copy color: '#E80231'

red 232 ◦ green 2 ◦ blue 49

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

Shades of Crimson #E80231

Tints of Crimson #E80231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 81.98%
G = 0.71%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E80231 (or 0xE80231) is known color: Crimson. HEX triplet: E8, 02 and 31. RGB value is (232,2,49). Sum of RGB (Red+Green+Blue) = 232+2+49=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E80231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80231 is #17FDCE. Grayscale: #4C4C4C. Windows color (decimal): -1572303 or 3212008. OLE color: 3212008.

HSL color Cylindrical-coordinate representation of color #E80231: hue angle of 347.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80231 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 49 -
CMYK 0 0.99 0.79 0.09
HSL 347.74º 0.98% 0.46% -
HSV(B) 347.74º 0.99% 0.91% -
XYZ 33.85 17.42 4.48 -
YUV 76.13 112.7 239.18 -
System Red Green Blue C M Y K H S L
Decimal 232 2 49 0 0.99 0.79 0.09 347.74 0.98 0.46
Hex E8 2 31 0 63 4F 9 15C 62 2E
Octal 350 2 61 0 143 117 11 534 142 56
Binary 11101000 10 110001 0 1100011 1001111 1001 101011100 1100010 101110

Color Harmonies of #E80231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80231

Black with #E80231

Text Example


Text Example

White with #E80231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80231; }

 p { color: rgb(232,2,49); }

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

background-color css

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

 a { background-color: rgb(232,2,49); }

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

border-color css

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

 span { border-color: rgb(232,2,49); }

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