Html Css Color HEX #E81127 Crimson

📋 copy color: '#E81127'

red 232 ◦ green 17 ◦ blue 39

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

Shades of Crimson #E81127

Tints of Crimson #E81127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 80.56%
G = 5.9%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E81127 (or 0xE81127) is known color: Crimson. HEX triplet: E8, 11 and 27. RGB value is (232,17,39). Sum of RGB (Red+Green+Blue) = 232+17+39=288 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.56% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 232 - color contains mainly: red. Hex color #E81127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81127 is #17EED8. Grayscale: #535353. Windows color (decimal): -1568473 or 2560488. OLE color: 2560488.

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

Color convert

RGB 232 17 39 -
CMYK 0 0.93 0.83 0.09
HSL 353.86º 0.86% 0.49% -
HSV(B) 353.86º 0.93% 0.91% -
XYZ 33.85 17.7 3.55 -
YUV 83.79 102.73 233.71 -
System Red Green Blue C M Y K H S L
Decimal 232 17 39 0 0.93 0.83 0.09 353.86 0.86 0.49
Hex E8 11 27 0 5D 53 9 162 56 31
Octal 350 21 47 0 135 123 11 542 126 61
Binary 11101000 10001 100111 0 1011101 1010011 1001 101100010 1010110 110001

Color Harmonies of #E81127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81127

Black with #E81127

Text Example


Text Example

White with #E81127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81127; }

 p { color: rgb(232,17,39); }

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

background-color css

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

 a { background-color: rgb(232,17,39); }

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

border-color css

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

 span { border-color: rgb(232,17,39); }

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