Html Css Color HEX #E80135 Crimson

📋 copy color: '#E80135'

red 232 ◦ green 1 ◦ blue 53

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

Shades of Crimson #E80135

Tints of Crimson #E80135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 81.12%
G = 0.35%
B = 18.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80135 (or 0xE80135) is known color: Crimson. HEX triplet: E8, 01 and 35. RGB value is (232,1,53). Sum of RGB (Red+Green+Blue) = 232+1+53=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80135 is #17FECA. Grayscale: #4C4C4C. Windows color (decimal): -1572555 or 3473896. OLE color: 3473896.

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

Color convert

RGB 232 1 53 -
CMYK 0 1.00 0.77 0.09
HSL 346.49º 0.99% 0.46% -
HSV(B) 346.49º 1% 0.91% -
XYZ 33.93 17.43 4.94 -
YUV 76 115.03 239.27 -
System Red Green Blue C M Y K H S L
Decimal 232 1 53 0 1.00 0.77 0.09 346.49 0.99 0.46
Hex E8 1 35 0 64 4D 9 15A 63 2E
Octal 350 1 65 0 144 115 11 532 143 56
Binary 11101000 1 110101 0 1100100 1001101 1001 101011010 1100011 101110

Color Harmonies of #E80135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80135

Black with #E80135

Text Example


Text Example

White with #E80135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80135; }

 p { color: rgb(232,1,53); }

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

background-color css

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

 a { background-color: rgb(232,1,53); }

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

border-color css

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

 span { border-color: rgb(232,1,53); }

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