Html Css Color HEX #E81A42 Crimson

📋 copy color: '#E81A42'

red 232 ◦ green 26 ◦ blue 66

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

Shades of Crimson #E81A42

Tints of Crimson #E81A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 71.6%
G = 8.02%
B = 20.37%

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

#E81A42 (or 0xE81A42) is known color: Crimson. HEX triplet: E8, 1A and 42. RGB value is (232,26,66). Sum of RGB (Red+Green+Blue) = 232+26+66=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A42 is #17E5BD. Grayscale: #5C5C5C. Windows color (decimal): -1566142 or 4332264. OLE color: 4332264.

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

Color convert

RGB 232 26 66 -
CMYK 0 0.89 0.72 0.09
HSL 348.35º 0.82% 0.51% -
HSV(B) 348.35º 0.89% 0.91% -
XYZ 34.63 18.29 6.86 -
YUV 92.15 113.25 227.75 -
System Red Green Blue C M Y K H S L
Decimal 232 26 66 0 0.89 0.72 0.09 348.35 0.82 0.51
Hex E8 1A 42 0 59 48 9 15C 52 33
Octal 350 32 102 0 131 110 11 534 122 63
Binary 11101000 11010 1000010 0 1011001 1001000 1001 101011100 1010010 110011

Color Harmonies of #E81A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A42

Black with #E81A42

Text Example


Text Example

White with #E81A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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