Html Css Color HEX #FE0516 Torch Red

📋 copy color: '#FE0516'

red 254 ◦ green 5 ◦ blue 22

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

Shades of Torch Red #FE0516

Tints of Torch Red #FE0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 90.39%
G = 1.78%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE0516 (or 0xFE0516) is known color: Torch Red. HEX triplet: FE, 05 and 16. RGB value is (254,5,22). Sum of RGB (Red+Green+Blue) = 254+5+22=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0516 is #01FAE9. Grayscale: #515151. Windows color (decimal): -129770 or 1443326. OLE color: 1443326.

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

Color convert

RGB 254 5 22 -
CMYK 0 0.98 0.91 0.00
HSL 355.9º 0.99% 0.51% -
HSV(B) 355.9º 0.98% 1% -
XYZ 41.07 21.24 2.69 -
YUV 81.39 94.49 251.12 -
System Red Green Blue C M Y K H S L
Decimal 254 5 22 0 0.98 0.91 0.00 355.9 0.99 0.51
Hex FE 5 16 0 62 5B 0 164 63 33
Octal 376 5 26 0 142 133 0 544 143 63
Binary 11111110 101 10110 0 1100010 1011011 0 101100100 1100011 110011

Color Harmonies of #FE0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0516

Black with #FE0516

Text Example


Text Example

White with #FE0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0516; }

 p { color: rgb(254,5,22); }

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

background-color css

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

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

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

border-color css

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

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

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