Html Css Color HEX #E40336 Crimson

📋 copy color: '#E40336'

red 228 ◦ green 3 ◦ blue 54

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

Shades of Crimson #E40336

Tints of Crimson #E40336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 80%
G = 1.05%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E40336 (or 0xE40336) is known color: Crimson. HEX triplet: E4, 03 and 36. RGB value is (228,3,54). Sum of RGB (Red+Green+Blue) = 228+3+54=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E40336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40336 is #1BFCC9. Grayscale: #4C4C4C. Windows color (decimal): -1834186 or 3539940. OLE color: 3539940.

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

Color convert

RGB 228 3 54 -
CMYK 0 0.99 0.76 0.11
HSL 346.4º 0.97% 0.45% -
HSV(B) 346.4º 0.99% 0.89% -
XYZ 32.69 16.83 5.01 -
YUV 76.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 228 3 54 0 0.99 0.76 0.11 346.4 0.97 0.45
Hex E4 3 36 0 63 4C B 15A 61 2D
Octal 344 3 66 0 143 114 13 532 141 55
Binary 11100100 11 110110 0 1100011 1001100 1011 101011010 1100001 101101

Color Harmonies of #E40336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40336

Black with #E40336

Text Example


Text Example

White with #E40336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40336; }

 p { color: rgb(228,3,54); }

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

background-color css

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

 a { background-color: rgb(228,3,54); }

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

border-color css

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

 span { border-color: rgb(228,3,54); }

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