Html Css Color HEX #FE1730 Torch Red

📋 copy color: '#FE1730'

red 254 ◦ green 23 ◦ blue 48

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

Shades of Torch Red #FE1730

Tints of Torch Red #FE1730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 78.15%
G = 7.08%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE1730 (or 0xFE1730) is known color: Torch Red. HEX triplet: FE, 17 and 30. RGB value is (254,23,48). Sum of RGB (Red+Green+Blue) = 254+23+48=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1730 is #01E8CF. Grayscale: #5F5F5F. Windows color (decimal): -125136 or 3151870. OLE color: 3151870.

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

Color convert

RGB 254 23 48 -
CMYK 0 0.91 0.81 0.00
HSL 353.51º 0.99% 0.54% -
HSV(B) 353.51º 0.91% 1% -
XYZ 41.71 21.9 4.82 -
YUV 94.92 101.53 241.47 -
System Red Green Blue C M Y K H S L
Decimal 254 23 48 0 0.91 0.81 0.00 353.51 0.99 0.54
Hex FE 17 30 0 5B 51 0 162 63 36
Octal 376 27 60 0 133 121 0 542 143 66
Binary 11111110 10111 110000 0 1011011 1010001 0 101100010 1100011 110110

Color Harmonies of #FE1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1730

Black with #FE1730

Text Example


Text Example

White with #FE1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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