Html Css Color HEX #E02600 Scarlet

📋 copy color: '#E02600'

red 224 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #E02600

Tints of Scarlet #E02600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 85.5%
G = 14.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E02600 (or 0xE02600) is known color: Scarlet. HEX triplet: E0, 26 and 00. RGB value is (224,38,0). Sum of RGB (Red+Green+Blue) = 224+38+0=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E02600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02600 is #1FD9FF. Grayscale: #595959. Windows color (decimal): -2087424 or 9952. OLE color: 9952.

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

Color convert

RGB 224 38 0 -
CMYK 0 0.83 1 0.12
HSL 10.18º 1% 0.44% -
HSV(B) 10.18º 1% 0.88% -
XYZ 31.43 17.23 1.67 -
YUV 89.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 224 38 0 0 0.83 1 0.12 10.18 1 0.44
Hex E0 26 0 0 53 64 C A 64 2C
Octal 340 46 0 0 123 144 14 12 144 54
Binary 11100000 100110 0 0 1010011 1100100 1100 1010 1100100 101100

Color Harmonies of #E02600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02600

Black with #E02600

Text Example


Text Example

White with #E02600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02600; }

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

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

background-color css

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

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

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

border-color css

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

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

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