Html Css Color HEX #E32200 Scarlet

📋 copy color: '#E32200'

red 227 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #E32200

Tints of Scarlet #E32200

RGB

 RED value IS 227 (89.06% from 255) = 86.97%

 GREEN value IS 34 (13.67% from 255) = 13.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.97%
G = 13.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E32200 (or 0xE32200) is known color: Scarlet. HEX triplet: E3, 22 and 00. RGB value is (227,34,0). Sum of RGB (Red+Green+Blue) = 227+34+0=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E32200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32200 is #1CDDFF. Grayscale: #585858. Windows color (decimal): -1891840 or 8931. OLE color: 8931.

HSL color Cylindrical-coordinate representation of color #E32200: hue angle of 8.99º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E32200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 34 0 -
CMYK 0 0.85 1 0.11
HSL 8.99º 1% 0.45% -
HSV(B) 8.99º 1% 0.89% -
XYZ 32.25 17.47 1.67 -
YUV 87.83 78.44 227.26 -
System Red Green Blue C M Y K H S L
Decimal 227 34 0 0 0.85 1 0.11 8.99 1 0.45
Hex E3 22 0 0 55 64 B 9 64 2D
Octal 343 42 0 0 125 144 13 11 144 55
Binary 11100011 100010 0 0 1010101 1100100 1011 1001 1100100 101101

Color Harmonies of #E32200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32200

Black with #E32200

Text Example


Text Example

White with #E32200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32200; }

 p { color: rgb(227,34,0); }

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

background-color css

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

 a { background-color: rgb(227,34,0); }

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

border-color css

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

 span { border-color: rgb(227,34,0); }

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