Html Css Color HEX #FE0F10 Torch Red

📋 copy color: '#FE0F10'

red 254 ◦ green 15 ◦ blue 16

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

Shades of Torch Red #FE0F10

Tints of Torch Red #FE0F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 89.12%
G = 5.26%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE0F10 (or 0xFE0F10) is known color: Torch Red. HEX triplet: FE, 0F and 10. RGB value is (254,15,16). Sum of RGB (Red+Green+Blue) = 254+15+16=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0F10 is #01F0EF. Grayscale: #565656. Windows color (decimal): -127216 or 1052670. OLE color: 1052670.

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

Color convert

RGB 254 15 16 -
CMYK 0 0.94 0.94 0.00
HSL 359.75º 0.99% 0.53% -
HSV(B) 359.75º 0.94% 1% -
XYZ 41.14 21.45 2.46 -
YUV 86.58 88.18 247.42 -
System Red Green Blue C M Y K H S L
Decimal 254 15 16 0 0.94 0.94 0.00 359.75 0.99 0.53
Hex FE F 10 0 5E 5E 0 168 63 35
Octal 376 17 20 0 136 136 0 550 143 65
Binary 11111110 1111 10000 0 1011110 1011110 0 101101000 1100011 110101

Color Harmonies of #FE0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F10

Black with #FE0F10

Text Example


Text Example

White with #FE0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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