Html Css Color HEX #E81D41 Crimson

📋 copy color: '#E81D41'

red 232 ◦ green 29 ◦ blue 65

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

Shades of Crimson #E81D41

Tints of Crimson #E81D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

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

R = 71.17%
G = 8.9%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81D41 (or 0xE81D41) is known color: Crimson. HEX triplet: E8, 1D and 41. RGB value is (232,29,65). Sum of RGB (Red+Green+Blue) = 232+29+65=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D41 is #17E2BE. Grayscale: #5D5D5D. Windows color (decimal): -1565375 or 4267496. OLE color: 4267496.

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

Color convert

RGB 232 29 65 -
CMYK 0 0.88 0.72 0.09
HSL 349.36º 0.82% 0.51% -
HSV(B) 349.36º 0.88% 0.91% -
XYZ 34.67 18.42 6.73 -
YUV 93.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 232 29 65 0 0.88 0.72 0.09 349.36 0.82 0.51
Hex E8 1D 41 0 58 48 9 15D 52 33
Octal 350 35 101 0 130 110 11 535 122 63
Binary 11101000 11101 1000001 0 1011000 1001000 1001 101011101 1010010 110011

Color Harmonies of #E81D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D41

Black with #E81D41

Text Example


Text Example

White with #E81D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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