Html Css Color HEX #FE1738 Torch Red

📋 copy color: '#FE1738'

red 254 ◦ green 23 ◦ blue 56

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

Shades of Torch Red #FE1738

Tints of Torch Red #FE1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 76.28%
G = 6.91%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE1738 (or 0xFE1738) is known color: Torch Red. HEX triplet: FE, 17 and 38. RGB value is (254,23,56). Sum of RGB (Red+Green+Blue) = 254+23+56=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1738 is #01E8C7. Grayscale: #5F5F5F. Windows color (decimal): -125128 or 3676158. OLE color: 3676158.

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

Color convert

RGB 254 23 56 -
CMYK 0 0.91 0.78 0.00
HSL 351.43º 0.99% 0.54% -
HSV(B) 351.43º 0.91% 1% -
XYZ 41.89 21.97 5.77 -
YUV 95.83 105.53 240.82 -
System Red Green Blue C M Y K H S L
Decimal 254 23 56 0 0.91 0.78 0.00 351.43 0.99 0.54
Hex FE 17 38 0 5B 4E 0 15F 63 36
Octal 376 27 70 0 133 116 0 537 143 66
Binary 11111110 10111 111000 0 1011011 1001110 0 101011111 1100011 110110

Color Harmonies of #FE1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1738

Black with #FE1738

Text Example


Text Example

White with #FE1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1738; }

 p { color: rgb(254,23,56); }

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

background-color css

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

 a { background-color: rgb(254,23,56); }

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

border-color css

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

 span { border-color: rgb(254,23,56); }

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