Html Css Color HEX #E71C0A Scarlet

📋 copy color: '#E71C0A'

red 231 ◦ green 28 ◦ blue 10

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

Shades of Scarlet #E71C0A

Tints of Scarlet #E71C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 85.87%
G = 10.41%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E71C0A (or 0xE71C0A) is known color: Scarlet. HEX triplet: E7, 1C and 0A. RGB value is (231,28,10). Sum of RGB (Red+Green+Blue) = 231+28+10=269 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.87% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71C0A is #18E3F5. Grayscale: #565656. Windows color (decimal): -1631222 or 662759. OLE color: 662759.

HSL color Cylindrical-coordinate representation of color #E71C0A: hue angle of 4.89º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E71C0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 10 -
CMYK 0 0.88 0.96 0.09
HSL 4.89º 0.92% 0.47% -
HSV(B) 4.89º 0.96% 0.91% -
XYZ 33.43 17.84 1.97 -
YUV 86.65 84.75 230.96 -
System Red Green Blue C M Y K H S L
Decimal 231 28 10 0 0.88 0.96 0.09 4.89 0.92 0.47
Hex E7 1C A 0 58 60 9 5 5C 2F
Octal 347 34 12 0 130 140 11 5 134 57
Binary 11100111 11100 1010 0 1011000 1100000 1001 101 1011100 101111

Color Harmonies of #E71C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C0A

Black with #E71C0A

Text Example


Text Example

White with #E71C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C0A; }

 p { color: rgb(231,28,10); }

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

background-color css

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

 a { background-color: rgb(231,28,10); }

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

border-color css

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

 span { border-color: rgb(231,28,10); }

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