Html Css Color HEX #E40F3A Crimson

📋 copy color: '#E40F3A'

red 228 ◦ green 15 ◦ blue 58

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

Shades of Crimson #E40F3A

Tints of Crimson #E40F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 75.75%
G = 4.98%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E40F3A (or 0xE40F3A) is known color: Crimson. HEX triplet: E4, 0F and 3A. RGB value is (228,15,58). Sum of RGB (Red+Green+Blue) = 228+15+58=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F3A is #1BF0C5. Grayscale: #535353. Windows color (decimal): -1831110 or 3805156. OLE color: 3805156.

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

Color convert

RGB 228 15 58 -
CMYK 0 0.93 0.75 0.11
HSL 347.89º 0.88% 0.48% -
HSV(B) 347.89º 0.93% 0.89% -
XYZ 32.93 17.14 5.58 -
YUV 83.59 113.57 231 -
System Red Green Blue C M Y K H S L
Decimal 228 15 58 0 0.93 0.75 0.11 347.89 0.88 0.48
Hex E4 F 3A 0 5D 4B B 15C 58 30
Octal 344 17 72 0 135 113 13 534 130 60
Binary 11100100 1111 111010 0 1011101 1001011 1011 101011100 1011000 110000

Color Harmonies of #E40F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F3A

Black with #E40F3A

Text Example


Text Example

White with #E40F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F3A; }

 p { color: rgb(228,15,58); }

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

background-color css

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

 a { background-color: rgb(228,15,58); }

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

border-color css

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

 span { border-color: rgb(228,15,58); }

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