Html Css Color HEX #E81041 Crimson

📋 copy color: '#E81041'

red 232 ◦ green 16 ◦ blue 65

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

Shades of Crimson #E81041

Tints of Crimson #E81041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 74.12%
G = 5.11%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81041 (or 0xE81041) is known color: Crimson. HEX triplet: E8, 10 and 41. RGB value is (232,16,65). Sum of RGB (Red+Green+Blue) = 232+16+65=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E81041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81041 is #17EFBE. Grayscale: #565656. Windows color (decimal): -1568703 or 4264168. OLE color: 4264168.

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

Color convert

RGB 232 16 65 -
CMYK 0 0.93 0.72 0.09
HSL 346.39º 0.87% 0.49% -
HSV(B) 346.39º 0.93% 0.91% -
XYZ 34.42 17.91 6.64 -
YUV 86.17 116.06 232.02 -
System Red Green Blue C M Y K H S L
Decimal 232 16 65 0 0.93 0.72 0.09 346.39 0.87 0.49
Hex E8 10 41 0 5D 48 9 15A 57 31
Octal 350 20 101 0 135 110 11 532 127 61
Binary 11101000 10000 1000001 0 1011101 1001000 1001 101011010 1010111 110001

Color Harmonies of #E81041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81041

Black with #E81041

Text Example


Text Example

White with #E81041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81041; }

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

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

background-color css

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

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

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

border-color css

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

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

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