Html Css Color HEX #FE1018 Torch Red

📋 copy color: '#FE1018'

red 254 ◦ green 16 ◦ blue 24

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

Shades of Torch Red #FE1018

Tints of Torch Red #FE1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 86.39%
G = 5.44%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE1018 (or 0xFE1018) is known color: Torch Red. HEX triplet: FE, 10 and 18. RGB value is (254,16,24). Sum of RGB (Red+Green+Blue) = 254+16+24=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1018 is #01EFE7. Grayscale: #585858. Windows color (decimal): -126952 or 1577214. OLE color: 1577214.

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

Color convert

RGB 254 16 24 -
CMYK 0 0.94 0.91 0.00
HSL 357.98º 0.99% 0.53% -
HSV(B) 357.98º 0.94% 1% -
XYZ 41.22 21.51 2.84 -
YUV 88.07 91.85 246.35 -
System Red Green Blue C M Y K H S L
Decimal 254 16 24 0 0.94 0.91 0.00 357.98 0.99 0.53
Hex FE 10 18 0 5E 5B 0 166 63 35
Octal 376 20 30 0 136 133 0 546 143 65
Binary 11111110 10000 11000 0 1011110 1011011 0 101100110 1100011 110101

Color Harmonies of #FE1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1018

Black with #FE1018

Text Example


Text Example

White with #FE1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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