Html Css Color HEX #E32202 Scarlet

📋 copy color: '#E32202'

red 227 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #E32202

Tints of Scarlet #E32202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 86.31%
G = 12.93%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E32202 (or 0xE32202) is known color: Scarlet. HEX triplet: E3, 22 and 02. RGB value is (227,34,2). Sum of RGB (Red+Green+Blue) = 227+34+2=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E32202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32202 is #1CDDFD. Grayscale: #585858. Windows color (decimal): -1891838 or 140003. OLE color: 140003.

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

Color convert

RGB 227 34 2 -
CMYK 0 0.85 0.99 0.11
HSL 8.53º 0.98% 0.45% -
HSV(B) 8.53º 0.99% 0.89% -
XYZ 32.26 17.48 1.73 -
YUV 88.06 79.44 227.1 -
System Red Green Blue C M Y K H S L
Decimal 227 34 2 0 0.85 0.99 0.11 8.53 0.98 0.45
Hex E3 22 2 0 55 63 B 9 62 2D
Octal 343 42 2 0 125 143 13 11 142 55
Binary 11100011 100010 10 0 1010101 1100011 1011 1001 1100010 101101

Color Harmonies of #E32202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32202

Black with #E32202

Text Example


Text Example

White with #E32202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32202; }

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

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

background-color css

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

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

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

border-color css

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

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

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