Html Css Color HEX #E40428 Crimson

📋 copy color: '#E40428'

red 228 ◦ green 4 ◦ blue 40

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

Shades of Crimson #E40428

Tints of Crimson #E40428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 83.82%
G = 1.47%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E40428 (or 0xE40428) is known color: Crimson. HEX triplet: E4, 04 and 28. RGB value is (228,4,40). Sum of RGB (Red+Green+Blue) = 228+4+40=272 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.82% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 228 - color contains mainly: red. Hex color #E40428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40428 is #1BFBD7. Grayscale: #4B4B4B. Windows color (decimal): -1833944 or 2622692. OLE color: 2622692.

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

Color convert

RGB 228 4 40 -
CMYK 0 0.98 0.82 0.11
HSL 350.36º 0.97% 0.45% -
HSV(B) 350.36º 0.98% 0.89% -
XYZ 32.42 16.73 3.53 -
YUV 75.08 108.21 237.07 -
System Red Green Blue C M Y K H S L
Decimal 228 4 40 0 0.98 0.82 0.11 350.36 0.97 0.45
Hex E4 4 28 0 62 52 B 15E 61 2D
Octal 344 4 50 0 142 122 13 536 141 55
Binary 11100100 100 101000 0 1100010 1010010 1011 101011110 1100001 101101

Color Harmonies of #E40428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40428

Black with #E40428

Text Example


Text Example

White with #E40428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40428; }

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

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

background-color css

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

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

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

border-color css

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

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

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