Html Css Color HEX #E40845 Crimson

📋 copy color: '#E40845'

red 228 ◦ green 8 ◦ blue 69

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

Shades of Crimson #E40845

Tints of Crimson #E40845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 74.75%
G = 2.62%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E40845 (or 0xE40845) is known color: Crimson. HEX triplet: E4, 08 and 45. RGB value is (228,8,69). Sum of RGB (Red+Green+Blue) = 228+8+69=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E40845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40845 is #1BF7BA. Grayscale: #505050. Windows color (decimal): -1832891 or 4524260. OLE color: 4524260.

HSL color Cylindrical-coordinate representation of color #E40845: hue angle of 343.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40845 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 8 69 -
CMYK 0 0.96 0.70 0.11
HSL 343.36º 0.93% 0.46% -
HSV(B) 343.36º 0.96% 0.89% -
XYZ 33.16 17.1 7.18 -
YUV 80.73 121.39 233.04 -
System Red Green Blue C M Y K H S L
Decimal 228 8 69 0 0.96 0.70 0.11 343.36 0.93 0.46
Hex E4 8 45 0 60 46 B 157 5D 2E
Octal 344 10 105 0 140 106 13 527 135 56
Binary 11100100 1000 1000101 0 1100000 1000110 1011 101010111 1011101 101110

Color Harmonies of #E40845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40845

Black with #E40845

Text Example


Text Example

White with #E40845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40845; }

 p { color: rgb(228,8,69); }

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

background-color css

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

 a { background-color: rgb(228,8,69); }

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

border-color css

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

 span { border-color: rgb(228,8,69); }

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