Html Css Color HEX #E8112F Crimson

📋 copy color: '#E8112F'

red 232 ◦ green 17 ◦ blue 47

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

Shades of Crimson #E8112F

Tints of Crimson #E8112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 78.38%
G = 5.74%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8112F (or 0xE8112F) is known color: Crimson. HEX triplet: E8, 11 and 2F. RGB value is (232,17,47). Sum of RGB (Red+Green+Blue) = 232+17+47=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8112F is #17EED0. Grayscale: #545454. Windows color (decimal): -1568465 or 3084776. OLE color: 3084776.

HSL color Cylindrical-coordinate representation of color #E8112F: hue angle of 351.63º 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 #E8112F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 17 47 -
CMYK 0 0.93 0.80 0.09
HSL 351.63º 0.86% 0.49% -
HSV(B) 351.63º 0.93% 0.91% -
XYZ 33.99 17.76 4.33 -
YUV 84.71 106.73 233.06 -
System Red Green Blue C M Y K H S L
Decimal 232 17 47 0 0.93 0.80 0.09 351.63 0.86 0.49
Hex E8 11 2F 0 5D 50 9 160 56 31
Octal 350 21 57 0 135 120 11 540 126 61
Binary 11101000 10001 101111 0 1011101 1010000 1001 101100000 1010110 110001

Color Harmonies of #E8112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8112F

Black with #E8112F

Text Example


Text Example

White with #E8112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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