Html Css Color HEX #E01600 Scarlet

📋 copy color: '#E01600'

red 224 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #E01600

Tints of Scarlet #E01600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

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

R = 91.06%
G = 8.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01600 (or 0xE01600) is known color: Scarlet. HEX triplet: E0, 16 and 00. RGB value is (224,22,0). Sum of RGB (Red+Green+Blue) = 224+22+0=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E01600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01600 is #1FE9FF. Grayscale: #505050. Windows color (decimal): -2091520 or 5856. OLE color: 5856.

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

Color convert

RGB 224 22 0 -
CMYK 0 0.90 1 0.12
HSL 5.89º 1% 0.44% -
HSV(B) 5.89º 1% 0.88% -
XYZ 31.03 16.42 1.53 -
YUV 79.89 82.92 230.79 -
System Red Green Blue C M Y K H S L
Decimal 224 22 0 0 0.90 1 0.12 5.89 1 0.44
Hex E0 16 0 0 5A 64 C 6 64 2C
Octal 340 26 0 0 132 144 14 6 144 54
Binary 11100000 10110 0 0 1011010 1100100 1100 110 1100100 101100

Color Harmonies of #E01600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01600

Black with #E01600

Text Example


Text Example

White with #E01600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01600; }

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

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

background-color css

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

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

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

border-color css

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

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

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