Html Css Color HEX #FE0728 Torch Red

📋 copy color: '#FE0728'

red 254 ◦ green 7 ◦ blue 40

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

Shades of Torch Red #FE0728

Tints of Torch Red #FE0728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 84.39%
G = 2.33%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE0728 (or 0xFE0728) is known color: Torch Red. HEX triplet: FE, 07 and 28. RGB value is (254,7,40). Sum of RGB (Red+Green+Blue) = 254+7+40=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0728 is #01F8D7. Grayscale: #545454. Windows color (decimal): -129240 or 2623486. OLE color: 2623486.

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

Color convert

RGB 254 7 40 -
CMYK 0 0.97 0.84 0.00
HSL 351.98º 0.99% 0.51% -
HSV(B) 351.98º 0.97% 1% -
XYZ 41.33 21.38 3.96 -
YUV 84.62 102.83 248.82 -
System Red Green Blue C M Y K H S L
Decimal 254 7 40 0 0.97 0.84 0.00 351.98 0.99 0.51
Hex FE 7 28 0 61 54 0 160 63 33
Octal 376 7 50 0 141 124 0 540 143 63
Binary 11111110 111 101000 0 1100001 1010100 0 101100000 1100011 110011

Color Harmonies of #FE0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0728

Black with #FE0728

Text Example


Text Example

White with #FE0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0728; }

 p { color: rgb(254,7,40); }

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

background-color css

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

 a { background-color: rgb(254,7,40); }

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

border-color css

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

 span { border-color: rgb(254,7,40); }

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