Html Css Color HEX #FE1213 Torch Red

📋 copy color: '#FE1213'

red 254 ◦ green 18 ◦ blue 19

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

Shades of Torch Red #FE1213

Tints of Torch Red #FE1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 87.29%
G = 6.19%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1213 (or 0xFE1213) is known color: Torch Red. HEX triplet: FE, 12 and 13. RGB value is (254,18,19). Sum of RGB (Red+Green+Blue) = 254+18+19=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1213 is #01EDEC. Grayscale: #585858. Windows color (decimal): -126445 or 1250046. OLE color: 1250046.

HSL color Cylindrical-coordinate representation of color #FE1213: 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.93%. Process color model (Four color, CMYK) of #FE1213 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 18 19 -
CMYK 0 0.93 0.93 0.00
HSL 359.75º 0.99% 0.53% -
HSV(B) 359.75º 0.93% 1% -
XYZ 41.21 21.55 2.6 -
YUV 88.68 88.69 245.92 -
System Red Green Blue C M Y K H S L
Decimal 254 18 19 0 0.93 0.93 0.00 359.75 0.99 0.53
Hex FE 12 13 0 5D 5D 0 168 63 35
Octal 376 22 23 0 135 135 0 550 143 65
Binary 11111110 10010 10011 0 1011101 1011101 0 101101000 1100011 110101

Color Harmonies of #FE1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1213

Black with #FE1213

Text Example


Text Example

White with #FE1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1213; }

 p { color: rgb(254,18,19); }

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

background-color css

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

 a { background-color: rgb(254,18,19); }

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

border-color css

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

 span { border-color: rgb(254,18,19); }

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