Html Css Color HEX #E40935 Crimson

📋 copy color: '#E40935'

red 228 ◦ green 9 ◦ blue 53

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

Shades of Crimson #E40935

Tints of Crimson #E40935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 78.62%
G = 3.1%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E40935 (or 0xE40935) is known color: Crimson. HEX triplet: E4, 09 and 35. RGB value is (228,9,53). Sum of RGB (Red+Green+Blue) = 228+9+53=290 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.62% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 228 - color contains mainly: red. Hex color #E40935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40935 is #1BF6CA. Grayscale: #4F4F4F. Windows color (decimal): -1832651 or 3475940. OLE color: 3475940.

HSL color Cylindrical-coordinate representation of color #E40935: hue angle of 347.95º degrees, saturation: 0.92, 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 #E40935 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 9 53 -
CMYK 0 0.96 0.77 0.11
HSL 347.95º 0.92% 0.46% -
HSV(B) 347.95º 0.96% 0.89% -
XYZ 32.74 16.95 4.91 -
YUV 79.5 113.05 233.92 -
System Red Green Blue C M Y K H S L
Decimal 228 9 53 0 0.96 0.77 0.11 347.95 0.92 0.46
Hex E4 9 35 0 60 4D B 15C 5C 2E
Octal 344 11 65 0 140 115 13 534 134 56
Binary 11100100 1001 110101 0 1100000 1001101 1011 101011100 1011100 101110

Color Harmonies of #E40935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40935

Black with #E40935

Text Example


Text Example

White with #E40935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40935; }

 p { color: rgb(228,9,53); }

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

background-color css

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

 a { background-color: rgb(228,9,53); }

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

border-color css

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

 span { border-color: rgb(228,9,53); }

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