Html Css Color HEX #E2200A Scarlet

📋 copy color: '#E2200A'

red 226 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #E2200A

Tints of Scarlet #E2200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 84.33%
G = 11.94%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2200A (or 0xE2200A) is known color: Scarlet. HEX triplet: E2, 20 and 0A. RGB value is (226,32,10). Sum of RGB (Red+Green+Blue) = 226+32+10=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E2200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2200A is #1DDFF5. Grayscale: #575757. Windows color (decimal): -1957878 or 663778. OLE color: 663778.

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

Color convert

RGB 226 32 10 -
CMYK 0 0.86 0.96 0.11
HSL 6.11º 0.92% 0.46% -
HSV(B) 6.11º 0.96% 0.89% -
XYZ 31.94 17.22 1.93 -
YUV 87.5 84.27 226.79 -
System Red Green Blue C M Y K H S L
Decimal 226 32 10 0 0.86 0.96 0.11 6.11 0.92 0.46
Hex E2 20 A 0 56 60 B 6 5C 2E
Octal 342 40 12 0 126 140 13 6 134 56
Binary 11100010 100000 1010 0 1010110 1100000 1011 110 1011100 101110

Color Harmonies of #E2200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2200A

Black with #E2200A

Text Example


Text Example

White with #E2200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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