Html Css Color HEX #FE1C36 Torch Red

📋 copy color: '#FE1C36'

red 254 ◦ green 28 ◦ blue 54

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

Shades of Torch Red #FE1C36

Tints of Torch Red #FE1C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

 BLUE value IS 54 (21.48% from 255) = 16.07%

R = 75.6%
G = 8.33%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE1C36 (or 0xFE1C36) is known color: Torch Red. HEX triplet: FE, 1C and 36. RGB value is (254,28,54). Sum of RGB (Red+Green+Blue) = 254+28+54=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1C36 is #01E3C9. Grayscale: #626262. Windows color (decimal): -123850 or 3546366. OLE color: 3546366.

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

Color convert

RGB 254 28 54 -
CMYK 0 0.89 0.79 0.00
HSL 353.1º 0.99% 0.55% -
HSV(B) 353.1º 0.89% 1% -
XYZ 41.95 22.17 5.56 -
YUV 98.54 102.87 238.89 -
System Red Green Blue C M Y K H S L
Decimal 254 28 54 0 0.89 0.79 0.00 353.1 0.99 0.55
Hex FE 1C 36 0 59 4F 0 161 63 37
Octal 376 34 66 0 131 117 0 541 143 67
Binary 11111110 11100 110110 0 1011001 1001111 0 101100001 1100011 110111

Color Harmonies of #FE1C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C36

Black with #FE1C36

Text Example


Text Example

White with #FE1C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C36; }

 p { color: rgb(254,28,54); }

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

background-color css

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

 a { background-color: rgb(254,28,54); }

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

border-color css

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

 span { border-color: rgb(254,28,54); }

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