Html Css Color HEX #E81344 Crimson

📋 copy color: '#E81344'

red 232 ◦ green 19 ◦ blue 68

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

Shades of Crimson #E81344

Tints of Crimson #E81344

RGB

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

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

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

R = 72.73%
G = 5.96%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E81344 (or 0xE81344) is known color: Crimson. HEX triplet: E8, 13 and 44. RGB value is (232,19,68). Sum of RGB (Red+Green+Blue) = 232+19+68=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E81344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81344 is #17ECBB. Grayscale: #585858. Windows color (decimal): -1567932 or 4461544. OLE color: 4461544.

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

Color convert

RGB 232 19 68 -
CMYK 0 0.92 0.71 0.09
HSL 346.2º 0.85% 0.49% -
HSV(B) 346.2º 0.92% 0.91% -
XYZ 34.55 18.04 7.13 -
YUV 88.27 116.57 230.52 -
System Red Green Blue C M Y K H S L
Decimal 232 19 68 0 0.92 0.71 0.09 346.2 0.85 0.49
Hex E8 13 44 0 5C 47 9 15A 55 31
Octal 350 23 104 0 134 107 11 532 125 61
Binary 11101000 10011 1000100 0 1011100 1000111 1001 101011010 1010101 110001

Color Harmonies of #E81344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81344

Black with #E81344

Text Example


Text Example

White with #E81344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81344; }

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

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

background-color css

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

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

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

border-color css

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

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

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