Html Css Color HEX #E40125 Crimson

📋 copy color: '#E40125'

red 228 ◦ green 1 ◦ blue 37

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

Shades of Crimson #E40125

Tints of Crimson #E40125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 85.71%
G = 0.38%
B = 13.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E40125 (or 0xE40125) is known color: Crimson. HEX triplet: E4, 01 and 25. RGB value is (228,1,37). Sum of RGB (Red+Green+Blue) = 228+1+37=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E40125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40125 is #1BFEDA. Grayscale: #494949. Windows color (decimal): -1834715 or 2425316. OLE color: 2425316.

HSL color Cylindrical-coordinate representation of color #E40125: hue angle of 350.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40125 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 37 -
CMYK 0 1.00 0.84 0.11
HSL 350.48º 0.99% 0.45% -
HSV(B) 350.48º 1% 0.89% -
XYZ 32.34 16.65 3.26 -
YUV 72.98 107.71 238.57 -
System Red Green Blue C M Y K H S L
Decimal 228 1 37 0 1.00 0.84 0.11 350.48 0.99 0.45
Hex E4 1 25 0 64 54 B 15E 63 2D
Octal 344 1 45 0 144 124 13 536 143 55
Binary 11100100 1 100101 0 1100100 1010100 1011 101011110 1100011 101101

Color Harmonies of #E40125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40125

Black with #E40125

Text Example


Text Example

White with #E40125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40125; }

 p { color: rgb(228,1,37); }

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

background-color css

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

 a { background-color: rgb(228,1,37); }

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

border-color css

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

 span { border-color: rgb(228,1,37); }

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