Html Css Color HEX #E8112D Crimson

📋 copy color: '#E8112D'

red 232 ◦ green 17 ◦ blue 45

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

Shades of Crimson #E8112D

Tints of Crimson #E8112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 78.91%
G = 5.78%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8112D (or 0xE8112D) is known color: Crimson. HEX triplet: E8, 11 and 2D. RGB value is (232,17,45). Sum of RGB (Red+Green+Blue) = 232+17+45=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8112D is #17EED2. Grayscale: #545454. Windows color (decimal): -1568467 or 2953704. OLE color: 2953704.

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

Color convert

RGB 232 17 45 -
CMYK 0 0.93 0.81 0.09
HSL 352.19º 0.86% 0.49% -
HSV(B) 352.19º 0.93% 0.91% -
XYZ 33.95 17.75 4.12 -
YUV 84.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 232 17 45 0 0.93 0.81 0.09 352.19 0.86 0.49
Hex E8 11 2D 0 5D 51 9 160 56 31
Octal 350 21 55 0 135 121 11 540 126 61
Binary 11101000 10001 101101 0 1011101 1010001 1001 101100000 1010110 110001

Color Harmonies of #E8112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8112D

Black with #E8112D

Text Example


Text Example

White with #E8112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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