Html Css Color HEX #E2200C Scarlet

📋 copy color: '#E2200C'

red 226 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #E2200C

Tints of Scarlet #E2200C

RGB

 RED value IS 226 (88.67% from 255) = 83.7%

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

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

R = 83.7%
G = 11.85%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2200C (or 0xE2200C) is known color: Scarlet. HEX triplet: E2, 20 and 0C. RGB value is (226,32,12). Sum of RGB (Red+Green+Blue) = 226+32+12=270 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.70% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 226 - color contains mainly: red. Hex color #E2200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2200C is #1DDFF3. Grayscale: #575757. Windows color (decimal): -1957876 or 794850. OLE color: 794850.

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

Color convert

RGB 226 32 12 -
CMYK 0 0.86 0.95 0.11
HSL 5.61º 0.9% 0.47% -
HSV(B) 5.61º 0.95% 0.89% -
XYZ 31.95 17.23 1.99 -
YUV 87.73 85.27 226.63 -
System Red Green Blue C M Y K H S L
Decimal 226 32 12 0 0.86 0.95 0.11 5.61 0.9 0.47
Hex E2 20 C 0 56 5F B 6 5A 2F
Octal 342 40 14 0 126 137 13 6 132 57
Binary 11100010 100000 1100 0 1010110 1011111 1011 110 1011010 101111

Color Harmonies of #E2200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2200C

Black with #E2200C

Text Example


Text Example

White with #E2200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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