Html Css Color HEX #FE1101 Red

📋 copy color: '#FE1101'

red 254 ◦ green 17 ◦ blue 1

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

Shades of Red #FE1101

Tints of Red #FE1101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 93.38%
G = 6.25%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE1101 (or 0xFE1101) is known color: Red. HEX triplet: FE, 11 and 01. RGB value is (254,17,1). Sum of RGB (Red+Green+Blue) = 254+17+1=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1101 is #01EEFE. Grayscale: #565656. Windows color (decimal): -126719 or 70142. OLE color: 70142.

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

Color convert

RGB 254 17 1 -
CMYK 0 0.93 1.00 0.00
HSL 3.79º 0.99% 0.5% -
HSV(B) 3.79º 1% 1% -
XYZ 41.08 21.47 2.01 -
YUV 86.04 80.02 247.8 -
System Red Green Blue C M Y K H S L
Decimal 254 17 1 0 0.93 1.00 0.00 3.79 0.99 0.5
Hex FE 11 1 0 5D 64 0 4 63 32
Octal 376 21 1 0 135 144 0 4 143 62
Binary 11111110 10001 1 0 1011101 1100100 0 100 1100011 110010

Color Harmonies of #FE1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1101

Black with #FE1101

Text Example


Text Example

White with #FE1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1101; }

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

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

background-color css

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

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

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

border-color css

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

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

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