Html Css Color HEX #E40C42 Crimson

📋 copy color: '#E40C42'

red 228 ◦ green 12 ◦ blue 66

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

Shades of Crimson #E40C42

Tints of Crimson #E40C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

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

R = 74.51%
G = 3.92%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E40C42 (or 0xE40C42) is known color: Crimson. HEX triplet: E4, 0C and 42. RGB value is (228,12,66). Sum of RGB (Red+Green+Blue) = 228+12+66=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40C42 is #1BF3BD. Grayscale: #525252. Windows color (decimal): -1831870 or 4328676. OLE color: 4328676.

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

Color convert

RGB 228 12 66 -
CMYK 0 0.95 0.71 0.11
HSL 345º 0.9% 0.47% -
HSV(B) 345º 0.95% 0.89% -
XYZ 33.11 17.15 6.72 -
YUV 82.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 228 12 66 0 0.95 0.71 0.11 345 0.9 0.47
Hex E4 C 42 0 5F 47 B 159 5A 2F
Octal 344 14 102 0 137 107 13 531 132 57
Binary 11100100 1100 1000010 0 1011111 1000111 1011 101011001 1011010 101111

Color Harmonies of #E40C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40C42

Black with #E40C42

Text Example


Text Example

White with #E40C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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