Html Css Color HEX #E80531 Crimson

📋 copy color: '#E80531'

red 232 ◦ green 5 ◦ blue 49

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

Shades of Crimson #E80531

Tints of Crimson #E80531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 81.12%
G = 1.75%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E80531 (or 0xE80531) is known color: Crimson. HEX triplet: E8, 05 and 31. RGB value is (232,5,49). Sum of RGB (Red+Green+Blue) = 232+5+49=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80531 is #17FACE. Grayscale: #4D4D4D. Windows color (decimal): -1571535 or 3212776. OLE color: 3212776.

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

Color convert

RGB 232 5 49 -
CMYK 0 0.98 0.79 0.09
HSL 348.37º 0.96% 0.46% -
HSV(B) 348.37º 0.98% 0.91% -
XYZ 33.89 17.49 4.49 -
YUV 77.89 111.71 237.92 -
System Red Green Blue C M Y K H S L
Decimal 232 5 49 0 0.98 0.79 0.09 348.37 0.96 0.46
Hex E8 5 31 0 62 4F 9 15C 60 2E
Octal 350 5 61 0 142 117 11 534 140 56
Binary 11101000 101 110001 0 1100010 1001111 1001 101011100 1100000 101110

Color Harmonies of #E80531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80531

Black with #E80531

Text Example


Text Example

White with #E80531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80531; }

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

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

background-color css

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

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

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

border-color css

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

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

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