Html Css Color HEX #FE1111 Red

📋 copy color: '#FE1111'

red 254 ◦ green 17 ◦ blue 17

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

Shades of Red #FE1111

Tints of Red #FE1111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 88.19%
G = 5.9%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1111 (or 0xFE1111) is known color: Red. HEX triplet: FE, 11 and 11. RGB value is (254,17,17). Sum of RGB (Red+Green+Blue) = 254+17+17=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1111 is #01EEEE. Grayscale: #585858. Windows color (decimal): -126703 or 1118718. OLE color: 1118718.

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

Color convert

RGB 254 17 17 -
CMYK 0 0.93 0.93 0.00
HSL 0.99% 0.53% -
HSV(B) 0.93% 1% -
XYZ 41.17 21.51 2.51 -
YUV 87.86 88.02 246.5 -
System Red Green Blue C M Y K H S L
Decimal 254 17 17 0 0.93 0.93 0.00 0 0.99 0.53
Hex FE 11 11 0 5D 5D 0 0 63 35
Octal 376 21 21 0 135 135 0 0 143 65
Binary 11111110 10001 10001 0 1011101 1011101 0 0 1100011 110101

Color Harmonies of #FE1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1111

Black with #FE1111

Text Example


Text Example

White with #FE1111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1111; }

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

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

background-color css

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

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

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

border-color css

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

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

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