Html Css Color HEX #E81244 Crimson

📋 copy color: '#E81244'

red 232 ◦ green 18 ◦ blue 68

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

Shades of Crimson #E81244

Tints of Crimson #E81244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

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

R = 72.96%
G = 5.66%
B = 21.38%

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

#E81244 (or 0xE81244) is known color: Crimson. HEX triplet: E8, 12 and 44. RGB value is (232,18,68). Sum of RGB (Red+Green+Blue) = 232+18+68=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81244 is #17EDBB. Grayscale: #575757. Windows color (decimal): -1568188 or 4461288. OLE color: 4461288.

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

Color convert

RGB 232 18 68 -
CMYK 0 0.92 0.71 0.09
HSL 345.98º 0.86% 0.49% -
HSV(B) 345.98º 0.92% 0.91% -
XYZ 34.54 18.01 7.12 -
YUV 87.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 232 18 68 0 0.92 0.71 0.09 345.98 0.86 0.49
Hex E8 12 44 0 5C 47 9 15A 56 31
Octal 350 22 104 0 134 107 11 532 126 61
Binary 11101000 10010 1000100 0 1011100 1000111 1001 101011010 1010110 110001

Color Harmonies of #E81244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81244

Black with #E81244

Text Example


Text Example

White with #E81244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81244; }

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

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

background-color css

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

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

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

border-color css

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

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

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