Html Css Color HEX #E21301 Scarlet

📋 copy color: '#E21301'

red 226 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #E21301

Tints of Scarlet #E21301

RGB

 RED value IS 226 (88.67% from 255) = 91.87%

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

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

R = 91.87%
G = 7.72%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E21301 (or 0xE21301) is known color: Scarlet. HEX triplet: E2, 13 and 01. RGB value is (226,19,1). Sum of RGB (Red+Green+Blue) = 226+19+1=246 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.87% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 226 - color contains mainly: red. Hex color #E21301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21301 is #1DECFE. Grayscale: #4F4F4F. Windows color (decimal): -1961215 or 70626. OLE color: 70626.

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

Color convert

RGB 226 19 1 -
CMYK 0 0.92 1.00 0.11
HSL 4.8º 0.99% 0.45% -
HSV(B) 4.8º 1% 0.89% -
XYZ 31.6 16.64 1.57 -
YUV 78.84 84.08 232.96 -
System Red Green Blue C M Y K H S L
Decimal 226 19 1 0 0.92 1.00 0.11 4.8 0.99 0.45
Hex E2 13 1 0 5C 64 B 5 63 2D
Octal 342 23 1 0 134 144 13 5 143 55
Binary 11100010 10011 1 0 1011100 1100100 1011 101 1100011 101101

Color Harmonies of #E21301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21301

Black with #E21301

Text Example


Text Example

White with #E21301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21301; }

 p { color: rgb(226,19,1); }

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

background-color css

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

 a { background-color: rgb(226,19,1); }

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

border-color css

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

 span { border-color: rgb(226,19,1); }

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