Html Css Color HEX #FE071B Torch Red

📋 copy color: '#FE071B'

red 254 ◦ green 7 ◦ blue 27

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

Shades of Torch Red #FE071B

Tints of Torch Red #FE071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 88.19%
G = 2.43%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE071B (or 0xFE071B) is known color: Torch Red. HEX triplet: FE, 07 and 1B. RGB value is (254,7,27). Sum of RGB (Red+Green+Blue) = 254+7+27=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE071B is #01F8E4. Grayscale: #535353. Windows color (decimal): -129253 or 1771518. OLE color: 1771518.

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

Color convert

RGB 254 7 27 -
CMYK 0 0.97 0.89 0.00
HSL 355.14º 0.99% 0.51% -
HSV(B) 355.14º 0.97% 1% -
XYZ 41.15 21.3 2.98 -
YUV 83.13 96.33 249.87 -
System Red Green Blue C M Y K H S L
Decimal 254 7 27 0 0.97 0.89 0.00 355.14 0.99 0.51
Hex FE 7 1B 0 61 59 0 163 63 33
Octal 376 7 33 0 141 131 0 543 143 63
Binary 11111110 111 11011 0 1100001 1011001 0 101100011 1100011 110011

Color Harmonies of #FE071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE071B

Black with #FE071B

Text Example


Text Example

White with #FE071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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