Html Css Color HEX #E8123C Crimson

📋 copy color: '#E8123C'

red 232 ◦ green 18 ◦ blue 60

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

Shades of Crimson #E8123C

Tints of Crimson #E8123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 74.84%
G = 5.81%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E8123C (or 0xE8123C) is known color: Crimson. HEX triplet: E8, 12 and 3C. RGB value is (232,18,60). Sum of RGB (Red+Green+Blue) = 232+18+60=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8123C is #17EDC3. Grayscale: #565656. Windows color (decimal): -1568196 or 3937000. OLE color: 3937000.

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

Color convert

RGB 232 18 60 -
CMYK 0 0.92 0.74 0.09
HSL 348.22º 0.86% 0.49% -
HSV(B) 348.22º 0.92% 0.91% -
XYZ 34.31 17.91 5.92 -
YUV 86.77 112.9 231.58 -
System Red Green Blue C M Y K H S L
Decimal 232 18 60 0 0.92 0.74 0.09 348.22 0.86 0.49
Hex E8 12 3C 0 5C 4A 9 15C 56 31
Octal 350 22 74 0 134 112 11 534 126 61
Binary 11101000 10010 111100 0 1011100 1001010 1001 101011100 1010110 110001

Color Harmonies of #E8123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8123C

Black with #E8123C

Text Example


Text Example

White with #E8123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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