Html Css Color HEX #E71F1A Scarlet

📋 copy color: '#E71F1A'

red 231 ◦ green 31 ◦ blue 26

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

Shades of Scarlet #E71F1A

Tints of Scarlet #E71F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 80.21%
G = 10.76%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E71F1A (or 0xE71F1A) is known color: Scarlet. HEX triplet: E7, 1F and 1A. RGB value is (231,31,26). Sum of RGB (Red+Green+Blue) = 231+31+26=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F1A is #18E0E5. Grayscale: #5A5A5A. Windows color (decimal): -1630438 or 1712103. OLE color: 1712103.

HSL color Cylindrical-coordinate representation of color #E71F1A: hue angle of 1.46º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71F1A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 31 26 -
CMYK 0 0.87 0.89 0.09
HSL 1.46º 0.81% 0.5% -
HSV(B) 1.46º 0.89% 0.91% -
XYZ 33.63 18.04 2.69 -
YUV 90.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 231 31 26 0 0.87 0.89 0.09 1.46 0.81 0.5
Hex E7 1F 1A 0 57 59 9 1 51 32
Octal 347 37 32 0 127 131 11 1 121 62
Binary 11100111 11111 11010 0 1010111 1011001 1001 1 1010001 110010

Color Harmonies of #E71F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F1A

Black with #E71F1A

Text Example


Text Example

White with #E71F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F1A; }

 p { color: rgb(231,31,26); }

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

background-color css

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

 a { background-color: rgb(231,31,26); }

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

border-color css

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

 span { border-color: rgb(231,31,26); }

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