Html Css Color HEX #E80733 Crimson

📋 copy color: '#E80733'

red 232 ◦ green 7 ◦ blue 51

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

Shades of Crimson #E80733

Tints of Crimson #E80733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 80%
G = 2.41%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E80733 (or 0xE80733) is known color: Crimson. HEX triplet: E8, 07 and 33. RGB value is (232,7,51). Sum of RGB (Red+Green+Blue) = 232+7+51=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E80733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80733 is #17F8CC. Grayscale: #4F4F4F. Windows color (decimal): -1571021 or 3344360. OLE color: 3344360.

HSL color Cylindrical-coordinate representation of color #E80733: hue angle of 348.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80733 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 7 51 -
CMYK 0 0.97 0.78 0.09
HSL 348.27º 0.94% 0.47% -
HSV(B) 348.27º 0.97% 0.91% -
XYZ 33.95 17.55 4.73 -
YUV 79.29 112.04 236.92 -
System Red Green Blue C M Y K H S L
Decimal 232 7 51 0 0.97 0.78 0.09 348.27 0.94 0.47
Hex E8 7 33 0 61 4E 9 15C 5E 2F
Octal 350 7 63 0 141 116 11 534 136 57
Binary 11101000 111 110011 0 1100001 1001110 1001 101011100 1011110 101111

Color Harmonies of #E80733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80733

Black with #E80733

Text Example


Text Example

White with #E80733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80733; }

 p { color: rgb(232,7,51); }

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

background-color css

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

 a { background-color: rgb(232,7,51); }

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

border-color css

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

 span { border-color: rgb(232,7,51); }

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