Html Css Color HEX #E51D42 Crimson

📋 copy color: '#E51D42'

red 229 ◦ green 29 ◦ blue 66

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

Shades of Crimson #E51D42

Tints of Crimson #E51D42

RGB

 RED value IS 229 (89.84% from 255) = 70.68%

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 70.68%
G = 8.95%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E51D42 (or 0xE51D42) is known color: Crimson. HEX triplet: E5, 1D and 42. RGB value is (229,29,66). Sum of RGB (Red+Green+Blue) = 229+29+66=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51D42 is #1AE2BD. Grayscale: #5D5D5D. Windows color (decimal): -1761982 or 4333029. OLE color: 4333029.

HSL color Cylindrical-coordinate representation of color #E51D42: hue angle of 348.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51D42 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 29 66 -
CMYK 0 0.87 0.71 0.10
HSL 348.9º 0.79% 0.51% -
HSV(B) 348.9º 0.87% 0.9% -
XYZ 33.74 17.93 6.84 -
YUV 93.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 229 29 66 0 0.87 0.71 0.10 348.9 0.79 0.51
Hex E5 1D 42 0 57 47 A 15D 4F 33
Octal 345 35 102 0 127 107 12 535 117 63
Binary 11100101 11101 1000010 0 1010111 1000111 1010 101011101 1001111 110011

Color Harmonies of #E51D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D42

Black with #E51D42

Text Example


Text Example

White with #E51D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51D42; }

 p { color: rgb(229,29,66); }

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

background-color css

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

 a { background-color: rgb(229,29,66); }

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

border-color css

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

 span { border-color: rgb(229,29,66); }

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