Html Css Color HEX #FE110F Red

📋 copy color: '#FE110F'

red 254 ◦ green 17 ◦ blue 15

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

Shades of Red #FE110F

Tints of Red #FE110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 88.81%
G = 5.94%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE110F (or 0xFE110F) is known color: Red. HEX triplet: FE, 11 and 0F. RGB value is (254,17,15). Sum of RGB (Red+Green+Blue) = 254+17+15=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE110F is #01EEF0. Grayscale: #575757. Windows color (decimal): -126705 or 987646. OLE color: 987646.

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

Color convert

RGB 254 17 15 -
CMYK 0 0.93 0.94 0.00
HSL 0.5º 0.99% 0.53% -
HSV(B) 0.5º 0.94% 1% -
XYZ 41.16 21.51 2.43 -
YUV 87.64 87.02 246.66 -
System Red Green Blue C M Y K H S L
Decimal 254 17 15 0 0.93 0.94 0.00 0.5 0.99 0.53
Hex FE 11 F 0 5D 5E 0 1 63 35
Octal 376 21 17 0 135 136 0 1 143 65
Binary 11111110 10001 1111 0 1011101 1011110 0 1 1100011 110101

Color Harmonies of #FE110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE110F

Black with #FE110F

Text Example


Text Example

White with #FE110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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