Html Css Color HEX #E41034 Crimson

📋 copy color: '#E41034'

red 228 ◦ green 16 ◦ blue 52

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

Shades of Crimson #E41034

Tints of Crimson #E41034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 77.03%
G = 5.41%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E41034 (or 0xE41034) is known color: Crimson. HEX triplet: E4, 10 and 34. RGB value is (228,16,52). Sum of RGB (Red+Green+Blue) = 228+16+52=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E41034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41034 is #1BEFCB. Grayscale: #535353. Windows color (decimal): -1830860 or 3412196. OLE color: 3412196.

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

Color convert

RGB 228 16 52 -
CMYK 0 0.93 0.77 0.11
HSL 349.81º 0.87% 0.48% -
HSV(B) 349.81º 0.93% 0.89% -
XYZ 32.8 17.11 4.82 -
YUV 83.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 228 16 52 0 0.93 0.77 0.11 349.81 0.87 0.48
Hex E4 10 34 0 5D 4D B 15E 57 30
Octal 344 20 64 0 135 115 13 536 127 60
Binary 11100100 10000 110100 0 1011101 1001101 1011 101011110 1010111 110000

Color Harmonies of #E41034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41034

Black with #E41034

Text Example


Text Example

White with #E41034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41034; }

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

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

background-color css

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

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

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

border-color css

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

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

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