Html Css Color HEX #E41934 Crimson

📋 copy color: '#E41934'

red 228 ◦ green 25 ◦ blue 52

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

Shades of Crimson #E41934

Tints of Crimson #E41934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

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

R = 74.75%
G = 8.2%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E41934 (or 0xE41934) is known color: Crimson. HEX triplet: E4, 19 and 34. RGB value is (228,25,52). Sum of RGB (Red+Green+Blue) = 228+25+52=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E41934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41934 is #1BE6CB. Grayscale: #585858. Windows color (decimal): -1828556 or 3414500. OLE color: 3414500.

HSL color Cylindrical-coordinate representation of color #E41934: hue angle of 352.02º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41934 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 25 52 -
CMYK 0 0.89 0.77 0.11
HSL 352.02º 0.8% 0.5% -
HSV(B) 352.02º 0.89% 0.89% -
XYZ 32.96 17.44 4.88 -
YUV 88.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 228 25 52 0 0.89 0.77 0.11 352.02 0.8 0.5
Hex E4 19 34 0 59 4D B 160 50 32
Octal 344 31 64 0 131 115 13 540 120 62
Binary 11100100 11001 110100 0 1011001 1001101 1011 101100000 1010000 110010

Color Harmonies of #E41934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41934

Black with #E41934

Text Example


Text Example

White with #E41934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41934; }

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

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

background-color css

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

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

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

border-color css

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

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

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