Html Css Color HEX #E81A41 Crimson

📋 copy color: '#E81A41'

red 232 ◦ green 26 ◦ blue 65

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

Shades of Crimson #E81A41

Tints of Crimson #E81A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 71.83%
G = 8.05%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81A41 (or 0xE81A41) is known color: Crimson. HEX triplet: E8, 1A and 41. RGB value is (232,26,65). Sum of RGB (Red+Green+Blue) = 232+26+65=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A41 is #17E5BE. Grayscale: #5C5C5C. Windows color (decimal): -1566143 or 4266728. OLE color: 4266728.

HSL color Cylindrical-coordinate representation of color #E81A41: hue angle of 348.64º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A41 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 26 65 -
CMYK 0 0.89 0.72 0.09
HSL 348.64º 0.82% 0.51% -
HSV(B) 348.64º 0.89% 0.91% -
XYZ 34.6 18.28 6.7 -
YUV 92.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 232 26 65 0 0.89 0.72 0.09 348.64 0.82 0.51
Hex E8 1A 41 0 59 48 9 15D 52 33
Octal 350 32 101 0 131 110 11 535 122 63
Binary 11101000 11010 1000001 0 1011001 1001000 1001 101011101 1010010 110011

Color Harmonies of #E81A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A41

Black with #E81A41

Text Example


Text Example

White with #E81A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A41; }

 p { color: rgb(232,26,65); }

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

background-color css

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

 a { background-color: rgb(232,26,65); }

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

border-color css

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

 span { border-color: rgb(232,26,65); }

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