Html Css Color HEX #E32102 Scarlet

📋 copy color: '#E32102'

red 227 ◦ green 33 ◦ blue 2

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

Shades of Scarlet #E32102

Tints of Scarlet #E32102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 86.64%
G = 12.6%
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

#E32102 (or 0xE32102) is known color: Scarlet. HEX triplet: E3, 21 and 02. RGB value is (227,33,2). Sum of RGB (Red+Green+Blue) = 227+33+2=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E32102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32102 is #1CDEFD. Grayscale: #575757. Windows color (decimal): -1892094 or 139747. OLE color: 139747.

HSL color Cylindrical-coordinate representation of color #E32102: hue angle of 8.27º 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 #E32102 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 2 -
CMYK 0 0.85 0.99 0.11
HSL 8.27º 0.98% 0.45% -
HSV(B) 8.27º 0.99% 0.89% -
XYZ 32.23 17.42 1.72 -
YUV 87.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 227 33 2 0 0.85 0.99 0.11 8.27 0.98 0.45
Hex E3 21 2 0 55 63 B 8 62 2D
Octal 343 41 2 0 125 143 13 10 142 55
Binary 11100011 100001 10 0 1010101 1100011 1011 1000 1100010 101101

Color Harmonies of #E32102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32102

Black with #E32102

Text Example


Text Example

White with #E32102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32102; }

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

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

background-color css

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

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

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

border-color css

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

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

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