Html Css Color HEX #E40E2B Crimson

📋 copy color: '#E40E2B'

red 228 ◦ green 14 ◦ blue 43

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

Shades of Crimson #E40E2B

Tints of Crimson #E40E2B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 80%
G = 4.91%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E40E2B (or 0xE40E2B) is known color: Crimson. HEX triplet: E4, 0E and 2B. RGB value is (228,14,43). Sum of RGB (Red+Green+Blue) = 228+14+43=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40E2B is #1BF1D4. Grayscale: #515151. Windows color (decimal): -1831381 or 2821860. OLE color: 2821860.

HSL color Cylindrical-coordinate representation of color #E40E2B: hue angle of 351.87º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E2B is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 14 43 -
CMYK 0 0.94 0.81 0.11
HSL 351.87º 0.88% 0.47% -
HSV(B) 351.87º 0.94% 0.89% -
XYZ 32.59 16.98 3.85 -
YUV 81.29 106.4 232.64 -
System Red Green Blue C M Y K H S L
Decimal 228 14 43 0 0.94 0.81 0.11 351.87 0.88 0.47
Hex E4 E 2B 0 5E 51 B 160 58 2F
Octal 344 16 53 0 136 121 13 540 130 57
Binary 11100100 1110 101011 0 1011110 1010001 1011 101100000 1011000 101111

Color Harmonies of #E40E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E2B

Black with #E40E2B

Text Example


Text Example

White with #E40E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E2B; }

 p { color: rgb(228,14,43); }

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

background-color css

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

 a { background-color: rgb(228,14,43); }

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

border-color css

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

 span { border-color: rgb(228,14,43); }

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