Html Css Color HEX #E50A28 Crimson

📋 copy color: '#E50A28'

red 229 ◦ green 10 ◦ blue 40

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

Shades of Crimson #E50A28

Tints of Crimson #E50A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 82.08%
G = 3.58%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E50A28 (or 0xE50A28) is known color: Crimson. HEX triplet: E5, 0A and 28. RGB value is (229,10,40). Sum of RGB (Red+Green+Blue) = 229+10+40=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A28 is #1AF5D7. Grayscale: #4F4F4F. Windows color (decimal): -1766872 or 2624229. OLE color: 2624229.

HSL color Cylindrical-coordinate representation of color #E50A28: hue angle of 351.78º 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 #E50A28 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 10 40 -
CMYK 0 0.96 0.83 0.10
HSL 351.78º 0.92% 0.47% -
HSV(B) 351.78º 0.96% 0.9% -
XYZ 32.8 17.03 3.57 -
YUV 78.9 106.05 235.06 -
System Red Green Blue C M Y K H S L
Decimal 229 10 40 0 0.96 0.83 0.10 351.78 0.92 0.47
Hex E5 A 28 0 60 53 A 160 5C 2F
Octal 345 12 50 0 140 123 12 540 134 57
Binary 11100101 1010 101000 0 1100000 1010011 1010 101100000 1011100 101111

Color Harmonies of #E50A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A28

Black with #E50A28

Text Example


Text Example

White with #E50A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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