Html Css Color HEX #E02900 Scarlet

📋 copy color: '#E02900'

red 224 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #E02900

Tints of Scarlet #E02900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 84.53%
G = 15.47%
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

#E02900 (or 0xE02900) is known color: Scarlet. HEX triplet: E0, 29 and 00. RGB value is (224,41,0). Sum of RGB (Red+Green+Blue) = 224+41+0=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E02900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02900 is #1FD6FF. Grayscale: #5B5B5B. Windows color (decimal): -2086656 or 10720. OLE color: 10720.

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

Color convert

RGB 224 41 0 -
CMYK 0 0.82 1 0.12
HSL 10.98º 1% 0.44% -
HSV(B) 10.98º 1% 0.88% -
XYZ 31.53 17.43 1.7 -
YUV 91.04 76.63 222.83 -
System Red Green Blue C M Y K H S L
Decimal 224 41 0 0 0.82 1 0.12 10.98 1 0.44
Hex E0 29 0 0 52 64 C B 64 2C
Octal 340 51 0 0 122 144 14 13 144 54
Binary 11100000 101001 0 0 1010010 1100100 1100 1011 1100100 101100

Color Harmonies of #E02900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02900

Black with #E02900

Text Example


Text Example

White with #E02900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02900; }

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

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

background-color css

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

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

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

border-color css

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

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

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