Html Css Color HEX #E5200C Scarlet

📋 copy color: '#E5200C'

red 229 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #E5200C

Tints of Scarlet #E5200C

RGB

 RED value IS 229 (89.84% from 255) = 83.88%

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

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

R = 83.88%
G = 11.72%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5200C (or 0xE5200C) is known color: Scarlet. HEX triplet: E5, 20 and 0C. RGB value is (229,32,12). Sum of RGB (Red+Green+Blue) = 229+32+12=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E5200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5200C is #1ADFF3. Grayscale: #585858. Windows color (decimal): -1761268 or 794853. OLE color: 794853.

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

Color convert

RGB 229 32 12 -
CMYK 0 0.86 0.95 0.10
HSL 5.53º 0.9% 0.47% -
HSV(B) 5.53º 0.95% 0.9% -
XYZ 32.9 17.72 2.03 -
YUV 88.62 84.77 228.13 -
System Red Green Blue C M Y K H S L
Decimal 229 32 12 0 0.86 0.95 0.10 5.53 0.9 0.47
Hex E5 20 C 0 56 5F A 6 5A 2F
Octal 345 40 14 0 126 137 12 6 132 57
Binary 11100101 100000 1100 0 1010110 1011111 1010 110 1011010 101111

Color Harmonies of #E5200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5200C

Black with #E5200C

Text Example


Text Example

White with #E5200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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