Html Css Color HEX #FE1001 Red

📋 copy color: '#FE1001'

red 254 ◦ green 16 ◦ blue 1

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

Shades of Red #FE1001

Tints of Red #FE1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 93.73%
G = 5.9%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE1001 (or 0xFE1001) is known color: Red. HEX triplet: FE, 10 and 01. RGB value is (254,16,1). Sum of RGB (Red+Green+Blue) = 254+16+1=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1001 is #01EFFE. Grayscale: #555555. Windows color (decimal): -126975 or 69886. OLE color: 69886.

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

Color convert

RGB 254 16 1 -
CMYK 0 0.94 1.00 0.00
HSL 3.56º 0.99% 0.5% -
HSV(B) 3.56º 1% 1% -
XYZ 41.06 21.44 2 -
YUV 85.45 80.35 248.22 -
System Red Green Blue C M Y K H S L
Decimal 254 16 1 0 0.94 1.00 0.00 3.56 0.99 0.5
Hex FE 10 1 0 5E 64 0 4 63 32
Octal 376 20 1 0 136 144 0 4 143 62
Binary 11111110 10000 1 0 1011110 1100100 0 100 1100011 110010

Color Harmonies of #FE1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1001

Black with #FE1001

Text Example


Text Example

White with #FE1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1001; }

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

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

background-color css

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

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

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

border-color css

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

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

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