Html Css Color HEX #E41401 Scarlet

📋 copy color: '#E41401'

red 228 ◦ green 20 ◦ blue 1

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

Shades of Scarlet #E41401

Tints of Scarlet #E41401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 91.57%
G = 8.03%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E41401 (or 0xE41401) is known color: Scarlet. HEX triplet: E4, 14 and 01. RGB value is (228,20,1). Sum of RGB (Red+Green+Blue) = 228+20+1=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E41401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41401 is #1BEBFE. Grayscale: #505050. Windows color (decimal): -1829887 or 70884. OLE color: 70884.

HSL color Cylindrical-coordinate representation of color #E41401: hue angle of 5.02º 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 #E41401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 1 -
CMYK 0 0.91 1.00 0.11
HSL 5.02º 0.99% 0.45% -
HSV(B) 5.02º 1% 0.89% -
XYZ 32.25 17 1.61 -
YUV 80.03 83.41 233.54 -
System Red Green Blue C M Y K H S L
Decimal 228 20 1 0 0.91 1.00 0.11 5.02 0.99 0.45
Hex E4 14 1 0 5B 64 B 5 63 2D
Octal 344 24 1 0 133 144 13 5 143 55
Binary 11100100 10100 1 0 1011011 1100100 1011 101 1100011 101101

Color Harmonies of #E41401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41401

Black with #E41401

Text Example


Text Example

White with #E41401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41401; }

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

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

background-color css

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

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

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

border-color css

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

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

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