Html Css Color HEX #E40228 Crimson

📋 copy color: '#E40228'

red 228 ◦ green 2 ◦ blue 40

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

Shades of Crimson #E40228

Tints of Crimson #E40228

RGB

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

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

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

R = 84.44%
G = 0.74%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E40228 (or 0xE40228) is known color: Crimson. HEX triplet: E4, 02 and 28. RGB value is (228,2,40). Sum of RGB (Red+Green+Blue) = 228+2+40=270 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.44% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 228 - color contains mainly: red. Hex color #E40228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40228 is #1BFDD7. Grayscale: #494949. Windows color (decimal): -1834456 or 2622180. OLE color: 2622180.

HSL color Cylindrical-coordinate representation of color #E40228: hue angle of 349.91º 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 #E40228 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 40 -
CMYK 0 0.99 0.82 0.11
HSL 349.91º 0.98% 0.45% -
HSV(B) 349.91º 0.99% 0.89% -
XYZ 32.4 16.69 3.52 -
YUV 73.91 108.87 237.91 -
System Red Green Blue C M Y K H S L
Decimal 228 2 40 0 0.99 0.82 0.11 349.91 0.98 0.45
Hex E4 2 28 0 63 52 B 15E 62 2D
Octal 344 2 50 0 143 122 13 536 142 55
Binary 11100100 10 101000 0 1100011 1010010 1011 101011110 1100010 101101

Color Harmonies of #E40228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40228

Black with #E40228

Text Example


Text Example

White with #E40228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40228; }

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

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

background-color css

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

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

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

border-color css

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

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

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