Html Css Color HEX #FE1501 Scarlet

📋 copy color: '#FE1501'

red 254 ◦ green 21 ◦ blue 1

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

Shades of Scarlet #FE1501

Tints of Scarlet #FE1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 92.03%
G = 7.61%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE1501 (or 0xFE1501) is known color: Scarlet. HEX triplet: FE, 15 and 01. RGB value is (254,21,1). Sum of RGB (Red+Green+Blue) = 254+21+1=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1501 is #01EAFE. Grayscale: #585858. Windows color (decimal): -125695 or 71166. OLE color: 71166.

HSL color Cylindrical-coordinate representation of color #FE1501: hue angle of 4.74º 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 #FE1501 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 21 1 -
CMYK 0 0.92 1.00 0.00
HSL 4.74º 0.99% 0.5% -
HSV(B) 4.74º 1% 1% -
XYZ 41.15 21.61 2.03 -
YUV 88.39 78.69 246.13 -
System Red Green Blue C M Y K H S L
Decimal 254 21 1 0 0.92 1.00 0.00 4.74 0.99 0.5
Hex FE 15 1 0 5C 64 0 5 63 32
Octal 376 25 1 0 134 144 0 5 143 62
Binary 11111110 10101 1 0 1011100 1100100 0 101 1100011 110010

Color Harmonies of #FE1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1501

Black with #FE1501

Text Example


Text Example

White with #FE1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1501; }

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

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

background-color css

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

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

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

border-color css

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

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

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