Html Css Color HEX #FE1701 Scarlet

📋 copy color: '#FE1701'

red 254 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #FE1701

Tints of Scarlet #FE1701

RGB

 RED value IS 254 (99.61% from 255) = 91.37%

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 91.37%
G = 8.27%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE1701 (or 0xFE1701) is known color: Scarlet. HEX triplet: FE, 17 and 01. RGB value is (254,23,1). Sum of RGB (Red+Green+Blue) = 254+23+1=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1701 is #01E8FE. Grayscale: #595959. Windows color (decimal): -125183 or 71678. OLE color: 71678.

HSL color Cylindrical-coordinate representation of color #FE1701: hue angle of 5.22º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE1701 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 23 1 -
CMYK 0 0.91 1.00 0.00
HSL 5.22º 0.99% 0.5% -
HSV(B) 5.22º 1% 1% -
XYZ 41.18 21.69 2.04 -
YUV 89.56 78.03 245.29 -
System Red Green Blue C M Y K H S L
Decimal 254 23 1 0 0.91 1.00 0.00 5.22 0.99 0.5
Hex FE 17 1 0 5B 64 0 5 63 32
Octal 376 27 1 0 133 144 0 5 143 62
Binary 11111110 10111 1 0 1011011 1100100 0 101 1100011 110010

Color Harmonies of #FE1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1701

Black with #FE1701

Text Example


Text Example

White with #FE1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1701; }

 p { color: rgb(254,23,1); }

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

background-color css

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

 a { background-color: rgb(254,23,1); }

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

border-color css

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

 span { border-color: rgb(254,23,1); }

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