Html Css Color HEX #FE1236 Torch Red

📋 copy color: '#FE1236'

red 254 ◦ green 18 ◦ blue 54

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

Shades of Torch Red #FE1236

Tints of Torch Red #FE1236

RGB

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

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

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

R = 77.91%
G = 5.52%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE1236 (or 0xFE1236) is known color: Torch Red. HEX triplet: FE, 12 and 36. RGB value is (254,18,54). Sum of RGB (Red+Green+Blue) = 254+18+54=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1236 is #01EDC9. Grayscale: #5C5C5C. Windows color (decimal): -126410 or 3543806. OLE color: 3543806.

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

Color convert

RGB 254 18 54 -
CMYK 0 0.93 0.79 0.00
HSL 350.85º 0.99% 0.53% -
HSV(B) 350.85º 0.93% 1% -
XYZ 41.76 21.77 5.49 -
YUV 92.67 106.19 243.07 -
System Red Green Blue C M Y K H S L
Decimal 254 18 54 0 0.93 0.79 0.00 350.85 0.99 0.53
Hex FE 12 36 0 5D 4F 0 15F 63 35
Octal 376 22 66 0 135 117 0 537 143 65
Binary 11111110 10010 110110 0 1011101 1001111 0 101011111 1100011 110101

Color Harmonies of #FE1236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1236

Black with #FE1236

Text Example


Text Example

White with #FE1236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1236; }

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

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

background-color css

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

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

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

border-color css

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

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

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