Html Css Color HEX #E01C07 Scarlet

📋 copy color: '#E01C07'

red 224 ◦ green 28 ◦ blue 7

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

Shades of Scarlet #E01C07

Tints of Scarlet #E01C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 86.49%
G = 10.81%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E01C07 (or 0xE01C07) is known color: Scarlet. HEX triplet: E0, 1C and 07. RGB value is (224,28,7). Sum of RGB (Red+Green+Blue) = 224+28+7=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C07 is #1FE3F8. Grayscale: #545454. Windows color (decimal): -2089977 or 466144. OLE color: 466144.

HSL color Cylindrical-coordinate representation of color #E01C07: hue angle of 5.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E01C07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 7 -
CMYK 0 0.88 0.97 0.12
HSL 5.81º 0.94% 0.45% -
HSV(B) 5.81º 0.97% 0.88% -
XYZ 31.19 16.69 1.78 -
YUV 84.21 84.43 227.71 -
System Red Green Blue C M Y K H S L
Decimal 224 28 7 0 0.88 0.97 0.12 5.81 0.94 0.45
Hex E0 1C 7 0 58 61 C 6 5E 2D
Octal 340 34 7 0 130 141 14 6 136 55
Binary 11100000 11100 111 0 1011000 1100001 1100 110 1011110 101101

Color Harmonies of #E01C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C07

Black with #E01C07

Text Example


Text Example

White with #E01C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C07; }

 p { color: rgb(224,28,7); }

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

background-color css

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

 a { background-color: rgb(224,28,7); }

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

border-color css

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

 span { border-color: rgb(224,28,7); }

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