Html Css Color HEX #E7201C Scarlet

📋 copy color: '#E7201C'

red 231 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #E7201C

Tints of Scarlet #E7201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 79.38%
G = 11%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7201C (or 0xE7201C) is known color: Scarlet. HEX triplet: E7, 20 and 1C. RGB value is (231,32,28). Sum of RGB (Red+Green+Blue) = 231+32+28=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E7201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7201C is #18DFE3. Grayscale: #5B5B5B. Windows color (decimal): -1630180 or 1843431. OLE color: 1843431.

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

Color convert

RGB 231 32 28 -
CMYK 0 0.86 0.88 0.09
HSL 1.18º 0.81% 0.51% -
HSV(B) 1.18º 0.88% 0.91% -
XYZ 33.68 18.11 2.82 -
YUV 91.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 231 32 28 0 0.86 0.88 0.09 1.18 0.81 0.51
Hex E7 20 1C 0 56 58 9 1 51 33
Octal 347 40 34 0 126 130 11 1 121 63
Binary 11100111 100000 11100 0 1010110 1011000 1001 1 1010001 110011

Color Harmonies of #E7201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7201C

Black with #E7201C

Text Example


Text Example

White with #E7201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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