Html Css Color HEX #FE151D Torch Red

📋 copy color: '#FE151D'

red 254 ◦ green 21 ◦ blue 29

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

Shades of Torch Red #FE151D

Tints of Torch Red #FE151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 83.55%
G = 6.91%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE151D (or 0xFE151D) is known color: Torch Red. HEX triplet: FE, 15 and 1D. RGB value is (254,21,29). Sum of RGB (Red+Green+Blue) = 254+21+29=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE151D is #01EAE2. Grayscale: #5B5B5B. Windows color (decimal): -125667 or 1906174. OLE color: 1906174.

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

Color convert

RGB 254 21 29 -
CMYK 0 0.92 0.89 0.00
HSL 357.94º 0.99% 0.54% -
HSV(B) 357.94º 0.92% 1% -
XYZ 41.36 21.7 3.17 -
YUV 91.58 92.69 243.85 -
System Red Green Blue C M Y K H S L
Decimal 254 21 29 0 0.92 0.89 0.00 357.94 0.99 0.54
Hex FE 15 1D 0 5C 59 0 166 63 36
Octal 376 25 35 0 134 131 0 546 143 66
Binary 11111110 10101 11101 0 1011100 1011001 0 101100110 1100011 110110

Color Harmonies of #FE151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE151D

Black with #FE151D

Text Example


Text Example

White with #FE151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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