Html Css Color HEX #E8122E Crimson

📋 copy color: '#E8122E'

red 232 ◦ green 18 ◦ blue 46

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

Shades of Crimson #E8122E

Tints of Crimson #E8122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 78.38%
G = 6.08%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8122E (or 0xE8122E) is known color: Crimson. HEX triplet: E8, 12 and 2E. RGB value is (232,18,46). Sum of RGB (Red+Green+Blue) = 232+18+46=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8122E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8122E is #17EDD1. Grayscale: #555555. Windows color (decimal): -1568210 or 3019496. OLE color: 3019496.

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

Color convert

RGB 232 18 46 -
CMYK 0 0.92 0.80 0.09
HSL 352.15º 0.86% 0.49% -
HSV(B) 352.15º 0.92% 0.91% -
XYZ 33.99 17.79 4.23 -
YUV 85.18 105.9 232.72 -
System Red Green Blue C M Y K H S L
Decimal 232 18 46 0 0.92 0.80 0.09 352.15 0.86 0.49
Hex E8 12 2E 0 5C 50 9 160 56 31
Octal 350 22 56 0 134 120 11 540 126 61
Binary 11101000 10010 101110 0 1011100 1010000 1001 101100000 1010110 110001

Color Harmonies of #E8122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8122E

Black with #E8122E

Text Example


Text Example

White with #E8122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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