Html Css Color HEX #E81333 Crimson

📋 copy color: '#E81333'

red 232 ◦ green 19 ◦ blue 51

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

Shades of Crimson #E81333

Tints of Crimson #E81333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 76.82%
G = 6.29%
B = 16.89%

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

#E81333 (or 0xE81333) is known color: Crimson. HEX triplet: E8, 13 and 33. RGB value is (232,19,51). Sum of RGB (Red+Green+Blue) = 232+19+51=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E81333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81333 is #17ECCC. Grayscale: #565656. Windows color (decimal): -1567949 or 3347432. OLE color: 3347432.

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

Color convert

RGB 232 19 51 -
CMYK 0 0.92 0.78 0.09
HSL 350.99º 0.85% 0.49% -
HSV(B) 350.99º 0.92% 0.91% -
XYZ 34.11 17.86 4.78 -
YUV 86.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 232 19 51 0 0.92 0.78 0.09 350.99 0.85 0.49
Hex E8 13 33 0 5C 4E 9 15F 55 31
Octal 350 23 63 0 134 116 11 537 125 61
Binary 11101000 10011 110011 0 1011100 1001110 1001 101011111 1010101 110001

Color Harmonies of #E81333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81333

Black with #E81333

Text Example


Text Example

White with #E81333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81333; }

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

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

background-color css

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

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

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

border-color css

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

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

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