Html Css Color HEX #E8183A Crimson

📋 copy color: '#E8183A'

red 232 ◦ green 24 ◦ blue 58

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

Shades of Crimson #E8183A

Tints of Crimson #E8183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 73.89%
G = 7.64%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8183A (or 0xE8183A) is known color: Crimson. HEX triplet: E8, 18 and 3A. RGB value is (232,24,58). Sum of RGB (Red+Green+Blue) = 232+24+58=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8183A is #17E7C5. Grayscale: #5A5A5A. Windows color (decimal): -1566662 or 3807464. OLE color: 3807464.

HSL color Cylindrical-coordinate representation of color #E8183A: hue angle of 350.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8183A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 24 58 -
CMYK 0 0.90 0.75 0.09
HSL 350.19º 0.82% 0.5% -
HSV(B) 350.19º 0.9% 0.91% -
XYZ 34.37 18.11 5.69 -
YUV 90.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 232 24 58 0 0.90 0.75 0.09 350.19 0.82 0.5
Hex E8 18 3A 0 5A 4B 9 15E 52 32
Octal 350 30 72 0 132 113 11 536 122 62
Binary 11101000 11000 111010 0 1011010 1001011 1001 101011110 1010010 110010

Color Harmonies of #E8183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8183A

Black with #E8183A

Text Example


Text Example

White with #E8183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8183A; }

 p { color: rgb(232,24,58); }

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

background-color css

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

 a { background-color: rgb(232,24,58); }

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

border-color css

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

 span { border-color: rgb(232,24,58); }

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