Html Css Color HEX #E8154A Crimson

📋 copy color: '#E8154A'

red 232 ◦ green 21 ◦ blue 74

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

Shades of Crimson #E8154A

Tints of Crimson #E8154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 70.95%
G = 6.42%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8154A (or 0xE8154A) is known color: Crimson. HEX triplet: E8, 15 and 4A. RGB value is (232,21,74). Sum of RGB (Red+Green+Blue) = 232+21+74=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8154A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8154A is #17EAB5. Grayscale: #5A5A5A. Windows color (decimal): -1567414 or 4855272. OLE color: 4855272.

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

Color convert

RGB 232 21 74 -
CMYK 0 0.91 0.68 0.09
HSL 344.93º 0.83% 0.5% -
HSV(B) 344.93º 0.91% 0.91% -
XYZ 34.78 18.19 8.16 -
YUV 90.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 232 21 74 0 0.91 0.68 0.09 344.93 0.83 0.5
Hex E8 15 4A 0 5B 44 9 159 53 32
Octal 350 25 112 0 133 104 11 531 123 62
Binary 11101000 10101 1001010 0 1011011 1000100 1001 101011001 1010011 110010

Color Harmonies of #E8154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8154A

Black with #E8154A

Text Example


Text Example

White with #E8154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8154A; }

 p { color: rgb(232,21,74); }

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

background-color css

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

 a { background-color: rgb(232,21,74); }

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

border-color css

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

 span { border-color: rgb(232,21,74); }

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