Html Css Color HEX #E81434 Crimson

📋 copy color: '#E81434'

red 232 ◦ green 20 ◦ blue 52

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

Shades of Crimson #E81434

Tints of Crimson #E81434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 76.32%
G = 6.58%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E81434 (or 0xE81434) is known color: Crimson. HEX triplet: E8, 14 and 34. RGB value is (232,20,52). Sum of RGB (Red+Green+Blue) = 232+20+52=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81434 is #17EBCB. Grayscale: #575757. Windows color (decimal): -1567692 or 3413224. OLE color: 3413224.

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

Color convert

RGB 232 20 52 -
CMYK 0 0.91 0.78 0.09
HSL 350.94º 0.84% 0.49% -
HSV(B) 350.94º 0.91% 0.91% -
XYZ 34.15 17.9 4.9 -
YUV 87.04 108.24 231.4 -
System Red Green Blue C M Y K H S L
Decimal 232 20 52 0 0.91 0.78 0.09 350.94 0.84 0.49
Hex E8 14 34 0 5B 4E 9 15F 54 31
Octal 350 24 64 0 133 116 11 537 124 61
Binary 11101000 10100 110100 0 1011011 1001110 1001 101011111 1010100 110001

Color Harmonies of #E81434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81434

Black with #E81434

Text Example


Text Example

White with #E81434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81434; }

 p { color: rgb(232,20,52); }

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

background-color css

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

 a { background-color: rgb(232,20,52); }

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

border-color css

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

 span { border-color: rgb(232,20,52); }

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