Html Css Color HEX #FE0727 Torch Red

📋 copy color: '#FE0727'

red 254 ◦ green 7 ◦ blue 39

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

Shades of Torch Red #FE0727

Tints of Torch Red #FE0727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 84.67%
G = 2.33%
B = 13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE0727 (or 0xFE0727) is known color: Torch Red. HEX triplet: FE, 07 and 27. RGB value is (254,7,39). Sum of RGB (Red+Green+Blue) = 254+7+39=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0727 is #01F8D8. Grayscale: #545454. Windows color (decimal): -129241 or 2557950. OLE color: 2557950.

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

Color convert

RGB 254 7 39 -
CMYK 0 0.97 0.85 0.00
HSL 352.23º 0.99% 0.51% -
HSV(B) 352.23º 0.97% 1% -
XYZ 41.32 21.37 3.87 -
YUV 84.5 102.33 248.9 -
System Red Green Blue C M Y K H S L
Decimal 254 7 39 0 0.97 0.85 0.00 352.23 0.99 0.51
Hex FE 7 27 0 61 55 0 160 63 33
Octal 376 7 47 0 141 125 0 540 143 63
Binary 11111110 111 100111 0 1100001 1010101 0 101100000 1100011 110011

Color Harmonies of #FE0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0727

Black with #FE0727

Text Example


Text Example

White with #FE0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0727; }

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

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

background-color css

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

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

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

border-color css

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

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

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