Html Css Color HEX #FE0815 Torch Red

📋 copy color: '#FE0815'

red 254 ◦ green 8 ◦ blue 21

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

Shades of Torch Red #FE0815

Tints of Torch Red #FE0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 89.75%
G = 2.83%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE0815 (or 0xFE0815) is known color: Torch Red. HEX triplet: FE, 08 and 15. RGB value is (254,8,21). Sum of RGB (Red+Green+Blue) = 254+8+21=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0815 is #01F7EA. Grayscale: #535353. Windows color (decimal): -129003 or 1378558. OLE color: 1378558.

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

Color convert

RGB 254 8 21 -
CMYK 0 0.97 0.92 0.00
HSL 356.83º 0.99% 0.51% -
HSV(B) 356.83º 0.97% 1% -
XYZ 41.1 21.3 2.65 -
YUV 83.04 93 249.94 -
System Red Green Blue C M Y K H S L
Decimal 254 8 21 0 0.97 0.92 0.00 356.83 0.99 0.51
Hex FE 8 15 0 61 5C 0 165 63 33
Octal 376 10 25 0 141 134 0 545 143 63
Binary 11111110 1000 10101 0 1100001 1011100 0 101100101 1100011 110011

Color Harmonies of #FE0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0815

Black with #FE0815

Text Example


Text Example

White with #FE0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0815; }

 p { color: rgb(254,8,21); }

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

background-color css

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

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

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

border-color css

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

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

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