Html Css Color HEX #E50A42 Crimson

📋 copy color: '#E50A42'

red 229 ◦ green 10 ◦ blue 66

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

Shades of Crimson #E50A42

Tints of Crimson #E50A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

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

R = 75.08%
G = 3.28%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E50A42 (or 0xE50A42) is known color: Crimson. HEX triplet: E5, 0A and 42. RGB value is (229,10,66). Sum of RGB (Red+Green+Blue) = 229+10+66=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A42 is #1AF5BD. Grayscale: #515151. Windows color (decimal): -1766846 or 4328165. OLE color: 4328165.

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

Color convert

RGB 229 10 66 -
CMYK 0 0.96 0.71 0.10
HSL 344.66º 0.92% 0.47% -
HSV(B) 344.66º 0.96% 0.9% -
XYZ 33.41 17.27 6.73 -
YUV 81.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 229 10 66 0 0.96 0.71 0.10 344.66 0.92 0.47
Hex E5 A 42 0 60 47 A 159 5C 2F
Octal 345 12 102 0 140 107 12 531 134 57
Binary 11100101 1010 1000010 0 1100000 1000111 1010 101011001 1011100 101111

Color Harmonies of #E50A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A42

Black with #E50A42

Text Example


Text Example

White with #E50A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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