Html Css Color HEX #E8133C Crimson

📋 copy color: '#E8133C'

red 232 ◦ green 19 ◦ blue 60

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

Shades of Crimson #E8133C

Tints of Crimson #E8133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 74.6%
G = 6.11%
B = 19.29%

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

#E8133C (or 0xE8133C) is known color: Crimson. HEX triplet: E8, 13 and 3C. RGB value is (232,19,60). Sum of RGB (Red+Green+Blue) = 232+19+60=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8133C is #17ECC3. Grayscale: #575757. Windows color (decimal): -1567940 or 3937256. OLE color: 3937256.

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

Color convert

RGB 232 19 60 -
CMYK 0 0.92 0.74 0.09
HSL 348.45º 0.85% 0.49% -
HSV(B) 348.45º 0.92% 0.91% -
XYZ 34.33 17.95 5.93 -
YUV 87.36 112.57 231.17 -
System Red Green Blue C M Y K H S L
Decimal 232 19 60 0 0.92 0.74 0.09 348.45 0.85 0.49
Hex E8 13 3C 0 5C 4A 9 15C 55 31
Octal 350 23 74 0 134 112 11 534 125 61
Binary 11101000 10011 111100 0 1011100 1001010 1001 101011100 1010101 110001

Color Harmonies of #E8133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8133C

Black with #E8133C

Text Example


Text Example

White with #E8133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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