Html Css Color HEX #E02000 Scarlet

📋 copy color: '#E02000'

red 224 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #E02000

Tints of Scarlet #E02000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E02000 (or 0xE02000) is known color: Scarlet. HEX triplet: E0, 20 and 00. RGB value is (224,32,0). Sum of RGB (Red+Green+Blue) = 224+32+0=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E02000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02000 is #1FDFFF. Grayscale: #565656. Windows color (decimal): -2088960 or 8416. OLE color: 8416.

HSL color Cylindrical-coordinate representation of color #E02000: hue angle of 8.57º 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 #E02000 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 0 -
CMYK 0 0.86 1 0.12
HSL 8.57º 1% 0.44% -
HSV(B) 8.57º 1% 0.88% -
XYZ 31.26 16.88 1.61 -
YUV 85.76 79.61 226.6 -
System Red Green Blue C M Y K H S L
Decimal 224 32 0 0 0.86 1 0.12 8.57 1 0.44
Hex E0 20 0 0 56 64 C 9 64 2C
Octal 340 40 0 0 126 144 14 11 144 54
Binary 11100000 100000 0 0 1010110 1100100 1100 1001 1100100 101100

Color Harmonies of #E02000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02000

Black with #E02000

Text Example


Text Example

White with #E02000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02000; }

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

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

background-color css

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

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

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

border-color css

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

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

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