Html Css Color HEX #E02800 Scarlet

📋 copy color: '#E02800'

red 224 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #E02800

Tints of Scarlet #E02800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 84.85%
G = 15.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E02800 (or 0xE02800) is known color: Scarlet. HEX triplet: E0, 28 and 00. RGB value is (224,40,0). Sum of RGB (Red+Green+Blue) = 224+40+0=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E02800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02800 is #1FD7FF. Grayscale: #5A5A5A. Windows color (decimal): -2086912 or 10464. OLE color: 10464.

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

Color convert

RGB 224 40 0 -
CMYK 0 0.82 1 0.12
HSL 10.71º 1% 0.44% -
HSV(B) 10.71º 1% 0.88% -
XYZ 31.5 17.36 1.69 -
YUV 90.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 224 40 0 0 0.82 1 0.12 10.71 1 0.44
Hex E0 28 0 0 52 64 C B 64 2C
Octal 340 50 0 0 122 144 14 13 144 54
Binary 11100000 101000 0 0 1010010 1100100 1100 1011 1100100 101100

Color Harmonies of #E02800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02800

Black with #E02800

Text Example


Text Example

White with #E02800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02800; }

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

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

background-color css

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

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

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

border-color css

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

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

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