Html Css Color HEX #FE020B Torch Red

📋 copy color: '#FE020B'

red 254 ◦ green 2 ◦ blue 11

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

Shades of Torch Red #FE020B

Tints of Torch Red #FE020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 95.13%
G = 0.75%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE020B (or 0xFE020B) is known color: Torch Red. HEX triplet: FE, 02 and 0B. RGB value is (254,2,11). Sum of RGB (Red+Green+Blue) = 254+2+11=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE020B is #01FDF4. Grayscale: #4E4E4E. Windows color (decimal): -130549 or 721662. OLE color: 721662.

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

Color convert

RGB 254 2 11 -
CMYK 0 0.99 0.96 0.00
HSL 357.86º 0.99% 0.5% -
HSV(B) 357.86º 0.99% 1% -
XYZ 40.96 21.14 2.24 -
YUV 78.37 89.99 253.27 -
System Red Green Blue C M Y K H S L
Decimal 254 2 11 0 0.99 0.96 0.00 357.86 0.99 0.5
Hex FE 2 B 0 63 60 0 166 63 32
Octal 376 2 13 0 143 140 0 546 143 62
Binary 11111110 10 1011 0 1100011 1100000 0 101100110 1100011 110010

Color Harmonies of #FE020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE020B

Black with #FE020B

Text Example


Text Example

White with #FE020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE020B; }

 p { color: rgb(254,2,11); }

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

background-color css

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

 a { background-color: rgb(254,2,11); }

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

border-color css

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

 span { border-color: rgb(254,2,11); }

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