Html Css Color HEX #FE1601 Scarlet

📋 copy color: '#FE1601'

red 254 ◦ green 22 ◦ blue 1

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

Shades of Scarlet #FE1601

Tints of Scarlet #FE1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 91.7%
G = 7.94%
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

#FE1601 (or 0xFE1601) is known color: Scarlet. HEX triplet: FE, 16 and 01. RGB value is (254,22,1). Sum of RGB (Red+Green+Blue) = 254+22+1=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1601 is #01E9FE. Grayscale: #595959. Windows color (decimal): -125439 or 71422. OLE color: 71422.

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

Color convert

RGB 254 22 1 -
CMYK 0 0.91 1.00 0.00
HSL 4.98º 0.99% 0.5% -
HSV(B) 4.98º 1% 1% -
XYZ 41.17 21.65 2.04 -
YUV 88.97 78.36 245.71 -
System Red Green Blue C M Y K H S L
Decimal 254 22 1 0 0.91 1.00 0.00 4.98 0.99 0.5
Hex FE 16 1 0 5B 64 0 5 63 32
Octal 376 26 1 0 133 144 0 5 143 62
Binary 11111110 10110 1 0 1011011 1100100 0 101 1100011 110010

Color Harmonies of #FE1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1601

Black with #FE1601

Text Example


Text Example

White with #FE1601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1601; }

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

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

background-color css

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

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

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

border-color css

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

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

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