Html Css Color HEX #E41834 Crimson

📋 copy color: '#E41834'

red 228 ◦ green 24 ◦ blue 52

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

Shades of Crimson #E41834

Tints of Crimson #E41834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 75%
G = 7.89%
B = 17.11%

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

#E41834 (or 0xE41834) is known color: Crimson. HEX triplet: E4, 18 and 34. RGB value is (228,24,52). Sum of RGB (Red+Green+Blue) = 228+24+52=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E41834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41834 is #1BE7CB. Grayscale: #585858. Windows color (decimal): -1828812 or 3414244. OLE color: 3414244.

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

Color convert

RGB 228 24 52 -
CMYK 0 0.89 0.77 0.11
HSL 351.76º 0.81% 0.49% -
HSV(B) 351.76º 0.89% 0.89% -
XYZ 32.94 17.4 4.87 -
YUV 88.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 228 24 52 0 0.89 0.77 0.11 351.76 0.81 0.49
Hex E4 18 34 0 59 4D B 160 51 31
Octal 344 30 64 0 131 115 13 540 121 61
Binary 11100100 11000 110100 0 1011001 1001101 1011 101100000 1010001 110001

Color Harmonies of #E41834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41834

Black with #E41834

Text Example


Text Example

White with #E41834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41834; }

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

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

background-color css

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

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

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

border-color css

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

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

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