Html Css Color HEX #E41404 Scarlet

📋 copy color: '#E41404'

red 228 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #E41404

Tints of Scarlet #E41404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 90.48%
G = 7.94%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E41404 (or 0xE41404) is known color: Scarlet. HEX triplet: E4, 14 and 04. RGB value is (228,20,4). Sum of RGB (Red+Green+Blue) = 228+20+4=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E41404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41404 is #1BEBFB. Grayscale: #505050. Windows color (decimal): -1829884 or 267492. OLE color: 267492.

HSL color Cylindrical-coordinate representation of color #E41404: hue angle of 4.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E41404 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 4 -
CMYK 0 0.91 0.98 0.11
HSL 4.29º 0.97% 0.45% -
HSV(B) 4.29º 0.98% 0.89% -
XYZ 32.27 17 1.7 -
YUV 80.37 84.91 233.3 -
System Red Green Blue C M Y K H S L
Decimal 228 20 4 0 0.91 0.98 0.11 4.29 0.97 0.45
Hex E4 14 4 0 5B 62 B 4 61 2D
Octal 344 24 4 0 133 142 13 4 141 55
Binary 11100100 10100 100 0 1011011 1100010 1011 100 1100001 101101

Color Harmonies of #E41404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41404

Black with #E41404

Text Example


Text Example

White with #E41404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41404; }

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

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

background-color css

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

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

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

border-color css

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

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

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