Html Css Color HEX #E01704 Scarlet

📋 copy color: '#E01704'

red 224 ◦ green 23 ◦ blue 4

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

Shades of Scarlet #E01704

Tints of Scarlet #E01704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 89.24%
G = 9.16%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E01704 (or 0xE01704) is known color: Scarlet. HEX triplet: E0, 17 and 04. RGB value is (224,23,4). Sum of RGB (Red+Green+Blue) = 224+23+4=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E01704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01704 is #1FE8FB. Grayscale: #515151. Windows color (decimal): -2091260 or 268256. OLE color: 268256.

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

Color convert

RGB 224 23 4 -
CMYK 0 0.90 0.98 0.12
HSL 5.18º 0.96% 0.45% -
HSV(B) 5.18º 0.98% 0.88% -
XYZ 31.07 16.47 1.66 -
YUV 80.93 84.59 230.04 -
System Red Green Blue C M Y K H S L
Decimal 224 23 4 0 0.90 0.98 0.12 5.18 0.96 0.45
Hex E0 17 4 0 5A 62 C 5 60 2D
Octal 340 27 4 0 132 142 14 5 140 55
Binary 11100000 10111 100 0 1011010 1100010 1100 101 1100000 101101

Color Harmonies of #E01704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01704

Black with #E01704

Text Example


Text Example

White with #E01704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01704; }

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

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

background-color css

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

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

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

border-color css

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

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

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