Html Css Color HEX #E40229 Crimson

📋 copy color: '#E40229'

red 228 ◦ green 2 ◦ blue 41

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

Shades of Crimson #E40229

Tints of Crimson #E40229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 84.13%
G = 0.74%
B = 15.13%

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

#E40229 (or 0xE40229) is known color: Crimson. HEX triplet: E4, 02 and 29. RGB value is (228,2,41). Sum of RGB (Red+Green+Blue) = 228+2+41=271 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.13% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 228 - color contains mainly: red. Hex color #E40229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40229 is #1BFDD6. Grayscale: #4A4A4A. Windows color (decimal): -1834455 or 2687716. OLE color: 2687716.

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

Color convert

RGB 228 2 41 -
CMYK 0 0.99 0.82 0.11
HSL 349.65º 0.98% 0.45% -
HSV(B) 349.65º 0.99% 0.89% -
XYZ 32.42 16.7 3.61 -
YUV 74.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 228 2 41 0 0.99 0.82 0.11 349.65 0.98 0.45
Hex E4 2 29 0 63 52 B 15E 62 2D
Octal 344 2 51 0 143 122 13 536 142 55
Binary 11100100 10 101001 0 1100011 1010010 1011 101011110 1100010 101101

Color Harmonies of #E40229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40229

Black with #E40229

Text Example


Text Example

White with #E40229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40229; }

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

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

background-color css

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

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

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

border-color css

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

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

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