Html Css Color HEX #E01700 Scarlet

📋 copy color: '#E01700'

red 224 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #E01700

Tints of Scarlet #E01700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

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

R = 90.69%
G = 9.31%
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

#E01700 (or 0xE01700) is known color: Scarlet. HEX triplet: E0, 17 and 00. RGB value is (224,23,0). Sum of RGB (Red+Green+Blue) = 224+23+0=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E01700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01700 is #1FE8FF. Grayscale: #505050. Windows color (decimal): -2091264 or 6112. OLE color: 6112.

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

Color convert

RGB 224 23 0 -
CMYK 0 0.90 1 0.12
HSL 6.16º 1% 0.44% -
HSV(B) 6.16º 1% 0.88% -
XYZ 31.05 16.46 1.54 -
YUV 80.48 82.59 230.37 -
System Red Green Blue C M Y K H S L
Decimal 224 23 0 0 0.90 1 0.12 6.16 1 0.44
Hex E0 17 0 0 5A 64 C 6 64 2C
Octal 340 27 0 0 132 144 14 6 144 54
Binary 11100000 10111 0 0 1011010 1100100 1100 110 1100100 101100

Color Harmonies of #E01700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01700

Black with #E01700

Text Example


Text Example

White with #E01700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01700; }

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

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

background-color css

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

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

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

border-color css

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

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

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