Html Css Color HEX #E80632 Crimson

📋 copy color: '#E80632'

red 232 ◦ green 6 ◦ blue 50

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

Shades of Crimson #E80632

Tints of Crimson #E80632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 80.56%
G = 2.08%
B = 17.36%

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

#E80632 (or 0xE80632) is known color: Crimson. HEX triplet: E8, 06 and 32. RGB value is (232,6,50). Sum of RGB (Red+Green+Blue) = 232+6+50=288 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.56% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 232 - color contains mainly: red. Hex color #E80632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80632 is #17F9CD. Grayscale: #4E4E4E. Windows color (decimal): -1571278 or 3278568. OLE color: 3278568.

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

Color convert

RGB 232 6 50 -
CMYK 0 0.97 0.78 0.09
HSL 348.32º 0.95% 0.47% -
HSV(B) 348.32º 0.97% 0.91% -
XYZ 33.92 17.52 4.61 -
YUV 78.59 111.87 237.42 -
System Red Green Blue C M Y K H S L
Decimal 232 6 50 0 0.97 0.78 0.09 348.32 0.95 0.47
Hex E8 6 32 0 61 4E 9 15C 5F 2F
Octal 350 6 62 0 141 116 11 534 137 57
Binary 11101000 110 110010 0 1100001 1001110 1001 101011100 1011111 101111

Color Harmonies of #E80632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80632

Black with #E80632

Text Example


Text Example

White with #E80632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80632; }

 p { color: rgb(232,6,50); }

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

background-color css

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

 a { background-color: rgb(232,6,50); }

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

border-color css

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

 span { border-color: rgb(232,6,50); }

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