Html Css Color HEX #E32302 Scarlet

📋 copy color: '#E32302'

red 227 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #E32302

Tints of Scarlet #E32302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

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

R = 85.98%
G = 13.26%
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

#E32302 (or 0xE32302) is known color: Scarlet. HEX triplet: E3, 23 and 02. RGB value is (227,35,2). Sum of RGB (Red+Green+Blue) = 227+35+2=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E32302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32302 is #1CDCFD. Grayscale: #585858. Windows color (decimal): -1891582 or 140259. OLE color: 140259.

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

Color convert

RGB 227 35 2 -
CMYK 0 0.85 0.99 0.11
HSL 8.8º 0.98% 0.45% -
HSV(B) 8.8º 0.99% 0.89% -
XYZ 32.29 17.54 1.74 -
YUV 88.65 79.11 226.68 -
System Red Green Blue C M Y K H S L
Decimal 227 35 2 0 0.85 0.99 0.11 8.8 0.98 0.45
Hex E3 23 2 0 55 63 B 9 62 2D
Octal 343 43 2 0 125 143 13 11 142 55
Binary 11100011 100011 10 0 1010101 1100011 1011 1001 1100010 101101

Color Harmonies of #E32302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32302

Black with #E32302

Text Example


Text Example

White with #E32302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32302; }

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

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

background-color css

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

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

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

border-color css

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

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

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