Html Css Color HEX #E8132D Crimson

📋 copy color: '#E8132D'

red 232 ◦ green 19 ◦ blue 45

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

Shades of Crimson #E8132D

Tints of Crimson #E8132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 78.38%
G = 6.42%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8132D (or 0xE8132D) is known color: Crimson. HEX triplet: E8, 13 and 2D. RGB value is (232,19,45). Sum of RGB (Red+Green+Blue) = 232+19+45=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8132D is #17ECD2. Grayscale: #555555. Windows color (decimal): -1567955 or 2954216. OLE color: 2954216.

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

Color convert

RGB 232 19 45 -
CMYK 0 0.92 0.81 0.09
HSL 352.68º 0.85% 0.49% -
HSV(B) 352.68º 0.92% 0.91% -
XYZ 33.99 17.81 4.13 -
YUV 85.65 105.07 232.39 -
System Red Green Blue C M Y K H S L
Decimal 232 19 45 0 0.92 0.81 0.09 352.68 0.85 0.49
Hex E8 13 2D 0 5C 51 9 161 55 31
Octal 350 23 55 0 134 121 11 541 125 61
Binary 11101000 10011 101101 0 1011100 1010001 1001 101100001 1010101 110001

Color Harmonies of #E8132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8132D

Black with #E8132D

Text Example


Text Example

White with #E8132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8132D; }

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

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

background-color css

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

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

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

border-color css

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

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

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