Html Css Color HEX #E81444 Crimson

📋 copy color: '#E81444'

red 232 ◦ green 20 ◦ blue 68

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

Shades of Crimson #E81444

Tints of Crimson #E81444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 72.5%
G = 6.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E81444 (or 0xE81444) is known color: Crimson. HEX triplet: E8, 14 and 44. RGB value is (232,20,68). Sum of RGB (Red+Green+Blue) = 232+20+68=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E81444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81444 is #17EBBB. Grayscale: #585858. Windows color (decimal): -1567676 or 4461800. OLE color: 4461800.

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

Color convert

RGB 232 20 68 -
CMYK 0 0.91 0.71 0.09
HSL 346.42º 0.84% 0.49% -
HSV(B) 346.42º 0.91% 0.91% -
XYZ 34.57 18.07 7.14 -
YUV 88.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 232 20 68 0 0.91 0.71 0.09 346.42 0.84 0.49
Hex E8 14 44 0 5B 47 9 15A 54 31
Octal 350 24 104 0 133 107 11 532 124 61
Binary 11101000 10100 1000100 0 1011011 1000111 1001 101011010 1010100 110001

Color Harmonies of #E81444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81444

Black with #E81444

Text Example


Text Example

White with #E81444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81444; }

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

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

background-color css

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

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

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

border-color css

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

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

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