Html Css Color HEX #E80335 Crimson

📋 copy color: '#E80335'

red 232 ◦ green 3 ◦ blue 53

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

Shades of Crimson #E80335

Tints of Crimson #E80335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 80.56%
G = 1.04%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E80335 (or 0xE80335) is known color: Crimson. HEX triplet: E8, 03 and 35. RGB value is (232,3,53). Sum of RGB (Red+Green+Blue) = 232+3+53=288 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.56% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 232 - color contains mainly: red. Hex color #E80335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80335 is #17FCCA. Grayscale: #4D4D4D. Windows color (decimal): -1572043 or 3474408. OLE color: 3474408.

HSL color Cylindrical-coordinate representation of color #E80335: hue angle of 346.9º degrees, saturation: 0.97, 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 #E80335 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 3 53 -
CMYK 0 0.99 0.77 0.09
HSL 346.9º 0.97% 0.46% -
HSV(B) 346.9º 0.99% 0.91% -
XYZ 33.95 17.48 4.95 -
YUV 77.17 114.37 238.43 -
System Red Green Blue C M Y K H S L
Decimal 232 3 53 0 0.99 0.77 0.09 346.9 0.97 0.46
Hex E8 3 35 0 63 4D 9 15B 61 2E
Octal 350 3 65 0 143 115 11 533 141 56
Binary 11101000 11 110101 0 1100011 1001101 1001 101011011 1100001 101110

Color Harmonies of #E80335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80335

Black with #E80335

Text Example


Text Example

White with #E80335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80335; }

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

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

background-color css

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

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

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

border-color css

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

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

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