Html Css Color HEX #E81232 Crimson

📋 copy color: '#E81232'

red 232 ◦ green 18 ◦ blue 50

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

Shades of Crimson #E81232

Tints of Crimson #E81232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 77.33%
G = 6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E81232 (or 0xE81232) is known color: Crimson. HEX triplet: E8, 12 and 32. RGB value is (232,18,50). Sum of RGB (Red+Green+Blue) = 232+18+50=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E81232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81232 is #17EDCD. Grayscale: #555555. Windows color (decimal): -1568206 or 3281640. OLE color: 3281640.

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

Color convert

RGB 232 18 50 -
CMYK 0 0.92 0.78 0.09
HSL 351.03º 0.86% 0.49% -
HSV(B) 351.03º 0.92% 0.91% -
XYZ 34.07 17.82 4.66 -
YUV 85.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 232 18 50 0 0.92 0.78 0.09 351.03 0.86 0.49
Hex E8 12 32 0 5C 4E 9 15F 56 31
Octal 350 22 62 0 134 116 11 537 126 61
Binary 11101000 10010 110010 0 1011100 1001110 1001 101011111 1010110 110001

Color Harmonies of #E81232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81232

Black with #E81232

Text Example


Text Example

White with #E81232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81232; }

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

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

background-color css

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

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

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

border-color css

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

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

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