Html Css Color HEX #FE1219 Torch Red

📋 copy color: '#FE1219'

red 254 ◦ green 18 ◦ blue 25

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

Shades of Torch Red #FE1219

Tints of Torch Red #FE1219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 85.52%
G = 6.06%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE1219 (or 0xFE1219) is known color: Torch Red. HEX triplet: FE, 12 and 19. RGB value is (254,18,25). Sum of RGB (Red+Green+Blue) = 254+18+25=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1219 is #01EDE6. Grayscale: #595959. Windows color (decimal): -126439 or 1643262. OLE color: 1643262.

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

Color convert

RGB 254 18 25 -
CMYK 0 0.93 0.90 0.00
HSL 358.22º 0.99% 0.53% -
HSV(B) 358.22º 0.93% 1% -
XYZ 41.26 21.57 2.91 -
YUV 89.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 254 18 25 0 0.93 0.90 0.00 358.22 0.99 0.53
Hex FE 12 19 0 5D 5A 0 166 63 35
Octal 376 22 31 0 135 132 0 546 143 65
Binary 11111110 10010 11001 0 1011101 1011010 0 101100110 1100011 110101

Color Harmonies of #FE1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1219

Black with #FE1219

Text Example


Text Example

White with #FE1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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