Html Css Color HEX #E50227 Crimson

📋 copy color: '#E50227'

red 229 ◦ green 2 ◦ blue 39

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

Shades of Crimson #E50227

Tints of Crimson #E50227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 84.81%
G = 0.74%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E50227 (or 0xE50227) is known color: Crimson. HEX triplet: E5, 02 and 27. RGB value is (229,2,39). Sum of RGB (Red+Green+Blue) = 229+2+39=270 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.81% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 229 - color contains mainly: red. Hex color #E50227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50227 is #1AFDD8. Grayscale: #4A4A4A. Windows color (decimal): -1768921 or 2556645. OLE color: 2556645.

HSL color Cylindrical-coordinate representation of color #E50227: hue angle of 350.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50227 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 39 -
CMYK 0 0.99 0.83 0.10
HSL 350.22º 0.98% 0.45% -
HSV(B) 350.22º 0.99% 0.9% -
XYZ 32.7 16.85 3.45 -
YUV 74.09 108.21 238.49 -
System Red Green Blue C M Y K H S L
Decimal 229 2 39 0 0.99 0.83 0.10 350.22 0.98 0.45
Hex E5 2 27 0 63 53 A 15E 62 2D
Octal 345 2 47 0 143 123 12 536 142 55
Binary 11100101 10 100111 0 1100011 1010011 1010 101011110 1100010 101101

Color Harmonies of #E50227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50227

Black with #E50227

Text Example


Text Example

White with #E50227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50227; }

 p { color: rgb(229,2,39); }

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

background-color css

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

 a { background-color: rgb(229,2,39); }

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

border-color css

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

 span { border-color: rgb(229,2,39); }

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