Html Css Color HEX #E7200C Scarlet

📋 copy color: '#E7200C'

red 231 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #E7200C

Tints of Scarlet #E7200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 84%
G = 11.64%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7200C (or 0xE7200C) is known color: Scarlet. HEX triplet: E7, 20 and 0C. RGB value is (231,32,12). Sum of RGB (Red+Green+Blue) = 231+32+12=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E7200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7200C is #18DFF3. Grayscale: #595959. Windows color (decimal): -1630196 or 794855. OLE color: 794855.

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

Color convert

RGB 231 32 12 -
CMYK 0 0.86 0.95 0.09
HSL 5.48º 0.9% 0.48% -
HSV(B) 5.48º 0.95% 0.91% -
XYZ 33.54 18.05 2.06 -
YUV 89.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 231 32 12 0 0.86 0.95 0.09 5.48 0.9 0.48
Hex E7 20 C 0 56 5F 9 5 5A 30
Octal 347 40 14 0 126 137 11 5 132 60
Binary 11100111 100000 1100 0 1010110 1011111 1001 101 1011010 110000

Color Harmonies of #E7200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7200C

Black with #E7200C

Text Example


Text Example

White with #E7200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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