Html Css Color HEX #E40931 Crimson

📋 copy color: '#E40931'

red 228 ◦ green 9 ◦ blue 49

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

Shades of Crimson #E40931

Tints of Crimson #E40931

RGB

 RED value IS 228 (89.45% from 255) = 79.72%

 GREEN value IS 9 (3.91% from 255) = 3.15%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 79.72%
G = 3.15%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E40931 (or 0xE40931) is known color: Crimson. HEX triplet: E4, 09 and 31. RGB value is (228,9,49). Sum of RGB (Red+Green+Blue) = 228+9+49=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E40931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40931 is #1BF6CE. Grayscale: #4F4F4F. Windows color (decimal): -1832655 or 3213796. OLE color: 3213796.

HSL color Cylindrical-coordinate representation of color #E40931: hue angle of 349.04º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40931 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 9 49 -
CMYK 0 0.96 0.79 0.11
HSL 349.04º 0.92% 0.46% -
HSV(B) 349.04º 0.96% 0.89% -
XYZ 32.65 16.91 4.45 -
YUV 79.04 111.05 234.25 -
System Red Green Blue C M Y K H S L
Decimal 228 9 49 0 0.96 0.79 0.11 349.04 0.92 0.46
Hex E4 9 31 0 60 4F B 15D 5C 2E
Octal 344 11 61 0 140 117 13 535 134 56
Binary 11100100 1001 110001 0 1100000 1001111 1011 101011101 1011100 101110

Color Harmonies of #E40931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40931

Black with #E40931

Text Example


Text Example

White with #E40931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40931; }

 p { color: rgb(228,9,49); }

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

background-color css

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

 a { background-color: rgb(228,9,49); }

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

border-color css

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

 span { border-color: rgb(228,9,49); }

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