Html Css Color HEX #E02100 Scarlet

📋 copy color: '#E02100'

red 224 ◦ green 33 ◦ blue 0

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

Shades of Scarlet #E02100

Tints of Scarlet #E02100

RGB

 RED value IS 224 (87.89% from 255) = 87.16%

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

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

R = 87.16%
G = 12.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E02100 (or 0xE02100) is known color: Scarlet. HEX triplet: E0, 21 and 00. RGB value is (224,33,0). Sum of RGB (Red+Green+Blue) = 224+33+0=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E02100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02100 is #1FDEFF. Grayscale: #565656. Windows color (decimal): -2088704 or 8672. OLE color: 8672.

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

Color convert

RGB 224 33 0 -
CMYK 0 0.85 1 0.12
HSL 8.84º 1% 0.44% -
HSV(B) 8.84º 1% 0.88% -
XYZ 31.28 16.94 1.62 -
YUV 86.35 79.28 226.18 -
System Red Green Blue C M Y K H S L
Decimal 224 33 0 0 0.85 1 0.12 8.84 1 0.44
Hex E0 21 0 0 55 64 C 9 64 2C
Octal 340 41 0 0 125 144 14 11 144 54
Binary 11100000 100001 0 0 1010101 1100100 1100 1001 1100100 101100

Color Harmonies of #E02100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02100

Black with #E02100

Text Example


Text Example

White with #E02100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02100; }

 p { color: rgb(224,33,0); }

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

background-color css

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

 a { background-color: rgb(224,33,0); }

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

border-color css

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

 span { border-color: rgb(224,33,0); }

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