Html Css Color HEX #E40934 Crimson

📋 copy color: '#E40934'

red 228 ◦ green 9 ◦ blue 52

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

Shades of Crimson #E40934

Tints of Crimson #E40934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 78.89%
G = 3.11%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E40934 (or 0xE40934) is known color: Crimson. HEX triplet: E4, 09 and 34. RGB value is (228,9,52). Sum of RGB (Red+Green+Blue) = 228+9+52=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E40934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40934 is #1BF6CB. Grayscale: #4F4F4F. Windows color (decimal): -1832652 or 3410404. OLE color: 3410404.

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

Color convert

RGB 228 9 52 -
CMYK 0 0.96 0.77 0.11
HSL 348.22º 0.92% 0.46% -
HSV(B) 348.22º 0.96% 0.89% -
XYZ 32.71 16.94 4.79 -
YUV 79.38 112.55 234 -
System Red Green Blue C M Y K H S L
Decimal 228 9 52 0 0.96 0.77 0.11 348.22 0.92 0.46
Hex E4 9 34 0 60 4D B 15C 5C 2E
Octal 344 11 64 0 140 115 13 534 134 56
Binary 11100100 1001 110100 0 1100000 1001101 1011 101011100 1011100 101110

Color Harmonies of #E40934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40934

Black with #E40934

Text Example


Text Example

White with #E40934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40934; }

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

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

background-color css

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

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

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

border-color css

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

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

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