Html Css Color HEX #E40227 Crimson

📋 copy color: '#E40227'

red 228 ◦ green 2 ◦ blue 39

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

Shades of Crimson #E40227

Tints of Crimson #E40227

RGB

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

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

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

R = 84.76%
G = 0.74%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E40227 (or 0xE40227) is known color: Crimson. HEX triplet: E4, 02 and 27. RGB value is (228,2,39). Sum of RGB (Red+Green+Blue) = 228+2+39=269 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.76% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 228 - color contains mainly: red. Hex color #E40227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40227 is #1BFDD8. Grayscale: #494949. Windows color (decimal): -1834457 or 2556644. OLE color: 2556644.

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

Color convert

RGB 228 2 39 -
CMYK 0 0.99 0.83 0.11
HSL 350.18º 0.98% 0.45% -
HSV(B) 350.18º 0.99% 0.89% -
XYZ 32.38 16.68 3.43 -
YUV 73.79 108.37 237.99 -
System Red Green Blue C M Y K H S L
Decimal 228 2 39 0 0.99 0.83 0.11 350.18 0.98 0.45
Hex E4 2 27 0 63 53 B 15E 62 2D
Octal 344 2 47 0 143 123 13 536 142 55
Binary 11100100 10 100111 0 1100011 1010011 1011 101011110 1100010 101101

Color Harmonies of #E40227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40227

Black with #E40227

Text Example


Text Example

White with #E40227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40227; }

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

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

background-color css

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

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

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

border-color css

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

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

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