Html Css Color HEX #E80035 Crimson

📋 copy color: '#E80035'

red 232 ◦ green 0 ◦ blue 53

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

Shades of Crimson #E80035

Tints of Crimson #E80035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.4%
G = 0%
B = 18.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80035 (or 0xE80035) is known color: Crimson. HEX triplet: E8, 00 and 35. RGB value is (232,0,53). Sum of RGB (Red+Green+Blue) = 232+0+53=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E80035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80035 is #17FFCA. Grayscale: #4B4B4B. Windows color (decimal): -1572811 or 3473640. OLE color: 3473640.

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

Color convert

RGB 232 0 53 -
CMYK 0 1 0.77 0.09
HSL 346.29º 1% 0.45% -
HSV(B) 346.29º 1% 0.91% -
XYZ 33.92 17.41 4.94 -
YUV 75.41 115.36 239.69 -
System Red Green Blue C M Y K H S L
Decimal 232 0 53 0 1 0.77 0.09 346.29 1 0.45
Hex E8 0 35 0 64 4D 9 15A 64 2D
Octal 350 0 65 0 144 115 11 532 144 55
Binary 11101000 0 110101 0 1100100 1001101 1001 101011010 1100100 101101

Color Harmonies of #E80035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80035

Black with #E80035

Text Example


Text Example

White with #E80035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80035; }

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

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

background-color css

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

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

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

border-color css

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

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

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