Html Css Color HEX #E8132A Crimson

📋 copy color: '#E8132A'

red 232 ◦ green 19 ◦ blue 42

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

Shades of Crimson #E8132A

Tints of Crimson #E8132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 79.18%
G = 6.48%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8132A (or 0xE8132A) is known color: Crimson. HEX triplet: E8, 13 and 2A. RGB value is (232,19,42). Sum of RGB (Red+Green+Blue) = 232+19+42=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E8132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8132A is #17ECD5. Grayscale: #555555. Windows color (decimal): -1567958 or 2757608. OLE color: 2757608.

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

Color convert

RGB 232 19 42 -
CMYK 0 0.92 0.82 0.09
HSL 353.52º 0.85% 0.49% -
HSV(B) 353.52º 0.92% 0.91% -
XYZ 33.93 17.79 3.84 -
YUV 85.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 232 19 42 0 0.92 0.82 0.09 353.52 0.85 0.49
Hex E8 13 2A 0 5C 52 9 162 55 31
Octal 350 23 52 0 134 122 11 542 125 61
Binary 11101000 10011 101010 0 1011100 1010010 1001 101100010 1010101 110001

Color Harmonies of #E8132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8132A

Black with #E8132A

Text Example


Text Example

White with #E8132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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