Html Css Color HEX #E40930 Crimson

📋 copy color: '#E40930'

red 228 ◦ green 9 ◦ blue 48

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

Shades of Crimson #E40930

Tints of Crimson #E40930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 80%
G = 3.16%
B = 16.84%

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

#E40930 (or 0xE40930) is known color: Crimson. HEX triplet: E4, 09 and 30. RGB value is (228,9,48). Sum of RGB (Red+Green+Blue) = 228+9+48=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E40930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40930 is #1BF6CF. Grayscale: #4E4E4E. Windows color (decimal): -1832656 or 3148260. OLE color: 3148260.

HSL color Cylindrical-coordinate representation of color #E40930: hue angle of 349.32º 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 #E40930 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 9 48 -
CMYK 0 0.96 0.79 0.11
HSL 349.32º 0.92% 0.46% -
HSV(B) 349.32º 0.96% 0.89% -
XYZ 32.63 16.9 4.34 -
YUV 78.93 110.55 234.33 -
System Red Green Blue C M Y K H S L
Decimal 228 9 48 0 0.96 0.79 0.11 349.32 0.92 0.46
Hex E4 9 30 0 60 4F B 15D 5C 2E
Octal 344 11 60 0 140 117 13 535 134 56
Binary 11100100 1001 110000 0 1100000 1001111 1011 101011101 1011100 101110

Color Harmonies of #E40930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40930

Black with #E40930

Text Example


Text Example

White with #E40930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40930; }

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

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

background-color css

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

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

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

border-color css

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

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

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