Html Css Color HEX #E71401 Scarlet

📋 copy color: '#E71401'

red 231 ◦ green 20 ◦ blue 1

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

Shades of Scarlet #E71401

Tints of Scarlet #E71401

RGB

 RED value IS 231 (90.63% from 255) = 91.67%

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

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

R = 91.67%
G = 7.94%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E71401 (or 0xE71401) is known color: Scarlet. HEX triplet: E7, 14 and 01. RGB value is (231,20,1). Sum of RGB (Red+Green+Blue) = 231+20+1=252 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.67% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 231 - color contains mainly: red. Hex color #E71401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71401 is #18EBFE. Grayscale: #515151. Windows color (decimal): -1633279 or 70887. OLE color: 70887.

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

Color convert

RGB 231 20 1 -
CMYK 0 0.91 1.00 0.09
HSL 4.96º 0.99% 0.45% -
HSV(B) 4.96º 1% 0.91% -
XYZ 33.21 17.49 1.65 -
YUV 80.92 82.9 235.04 -
System Red Green Blue C M Y K H S L
Decimal 231 20 1 0 0.91 1.00 0.09 4.96 0.99 0.45
Hex E7 14 1 0 5B 64 9 5 63 2D
Octal 347 24 1 0 133 144 11 5 143 55
Binary 11100111 10100 1 0 1011011 1100100 1001 101 1100011 101101

Color Harmonies of #E71401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71401

Black with #E71401

Text Example


Text Example

White with #E71401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71401; }

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

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

background-color css

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

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

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

border-color css

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

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

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