Html Css Color HEX #E41300 Scarlet

📋 copy color: '#E41300'

red 228 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #E41300

Tints of Scarlet #E41300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.31%
G = 7.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E41300 (or 0xE41300) is known color: Scarlet. HEX triplet: E4, 13 and 00. RGB value is (228,19,0). Sum of RGB (Red+Green+Blue) = 228+19+0=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E41300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41300 is #1BECFF. Grayscale: #4F4F4F. Windows color (decimal): -1830144 or 5092. OLE color: 5092.

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

Color convert

RGB 228 19 0 -
CMYK 0 0.92 1 0.11
HSL 1% 0.45% -
HSV(B) 1% 0.89% -
XYZ 32.23 16.96 1.57 -
YUV 79.33 83.24 234.04 -
System Red Green Blue C M Y K H S L
Decimal 228 19 0 0 0.92 1 0.11 5 1 0.45
Hex E4 13 0 0 5C 64 B 5 64 2D
Octal 344 23 0 0 134 144 13 5 144 55
Binary 11100100 10011 0 0 1011100 1100100 1011 101 1100100 101101

Color Harmonies of #E41300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41300

Black with #E41300

Text Example


Text Example

White with #E41300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41300; }

 p { color: rgb(228,19,0); }

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

background-color css

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

 a { background-color: rgb(228,19,0); }

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

border-color css

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

 span { border-color: rgb(228,19,0); }

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