Html Css Color HEX #E8201E Scarlet

📋 copy color: '#E8201E'

red 232 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #E8201E

Tints of Scarlet #E8201E

RGB

 RED value IS 232 (91.02% from 255) = 78.91%

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 78.91%
G = 10.88%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8201E (or 0xE8201E) is known color: Scarlet. HEX triplet: E8, 20 and 1E. RGB value is (232,32,30). Sum of RGB (Red+Green+Blue) = 232+32+30=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8201E is #17DFE1. Grayscale: #5B5B5B. Windows color (decimal): -1564642 or 1974504. OLE color: 1974504.

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

Color convert

RGB 232 32 30 -
CMYK 0 0.86 0.87 0.09
HSL 0.59º 0.81% 0.51% -
HSV(B) 0.59º 0.87% 0.91% -
XYZ 34.03 18.28 2.96 -
YUV 91.57 93.26 228.16 -
System Red Green Blue C M Y K H S L
Decimal 232 32 30 0 0.86 0.87 0.09 0.59 0.81 0.51
Hex E8 20 1E 0 56 57 9 1 51 33
Octal 350 40 36 0 126 127 11 1 121 63
Binary 11101000 100000 11110 0 1010110 1010111 1001 1 1010001 110011

Color Harmonies of #E8201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8201E

Black with #E8201E

Text Example


Text Example

White with #E8201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8201E; }

 p { color: rgb(232,32,30); }

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

background-color css

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

 a { background-color: rgb(232,32,30); }

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

border-color css

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

 span { border-color: rgb(232,32,30); }

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