Html Css Color HEX #E40D42 Crimson

📋 copy color: '#E40D42'

red 228 ◦ green 13 ◦ blue 66

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

Shades of Crimson #E40D42

Tints of Crimson #E40D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 74.27%
G = 4.23%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E40D42 (or 0xE40D42) is known color: Crimson. HEX triplet: E4, 0D and 42. RGB value is (228,13,66). Sum of RGB (Red+Green+Blue) = 228+13+66=307 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.27% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40D42 is #1BF2BD. Grayscale: #535353. Windows color (decimal): -1831614 or 4328932. OLE color: 4328932.

HSL color Cylindrical-coordinate representation of color #E40D42: hue angle of 345.21º degrees, saturation: 0.89, 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 #E40D42 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 13 66 -
CMYK 0 0.94 0.71 0.11
HSL 345.21º 0.89% 0.47% -
HSV(B) 345.21º 0.94% 0.89% -
XYZ 33.12 17.18 6.72 -
YUV 83.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 228 13 66 0 0.94 0.71 0.11 345.21 0.89 0.47
Hex E4 D 42 0 5E 47 B 159 59 2F
Octal 344 15 102 0 136 107 13 531 131 57
Binary 11100100 1101 1000010 0 1011110 1000111 1011 101011001 1011001 101111

Color Harmonies of #E40D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D42

Black with #E40D42

Text Example


Text Example

White with #E40D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D42; }

 p { color: rgb(228,13,66); }

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

background-color css

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

 a { background-color: rgb(228,13,66); }

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

border-color css

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

 span { border-color: rgb(228,13,66); }

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