Html Css Color HEX #E8123D Crimson

📋 copy color: '#E8123D'

red 232 ◦ green 18 ◦ blue 61

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

Shades of Crimson #E8123D

Tints of Crimson #E8123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 74.6%
G = 5.79%
B = 19.61%

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

#E8123D (or 0xE8123D) is known color: Crimson. HEX triplet: E8, 12 and 3D. RGB value is (232,18,61). Sum of RGB (Red+Green+Blue) = 232+18+61=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8123D is #17EDC2. Grayscale: #565656. Windows color (decimal): -1568195 or 4002536. OLE color: 4002536.

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

Color convert

RGB 232 18 61 -
CMYK 0 0.92 0.74 0.09
HSL 347.94º 0.86% 0.49% -
HSV(B) 347.94º 0.92% 0.91% -
XYZ 34.34 17.93 6.07 -
YUV 86.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 232 18 61 0 0.92 0.74 0.09 347.94 0.86 0.49
Hex E8 12 3D 0 5C 4A 9 15C 56 31
Octal 350 22 75 0 134 112 11 534 126 61
Binary 11101000 10010 111101 0 1011100 1001010 1001 101011100 1010110 110001

Color Harmonies of #E8123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8123D

Black with #E8123D

Text Example


Text Example

White with #E8123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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