Html Css Color HEX #FE0920 Torch Red

📋 copy color: '#FE0920'

red 254 ◦ green 9 ◦ blue 32

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

Shades of Torch Red #FE0920

Tints of Torch Red #FE0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 86.1%
G = 3.05%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE0920 (or 0xFE0920) is known color: Torch Red. HEX triplet: FE, 09 and 20. RGB value is (254,9,32). Sum of RGB (Red+Green+Blue) = 254+9+32=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0920 is #01F6DF. Grayscale: #555555. Windows color (decimal): -128736 or 2099710. OLE color: 2099710.

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

Color convert

RGB 254 9 32 -
CMYK 0 0.96 0.87 0.00
HSL 354.37º 0.99% 0.52% -
HSV(B) 354.37º 0.96% 1% -
XYZ 41.23 21.37 3.32 -
YUV 84.88 98.17 248.63 -
System Red Green Blue C M Y K H S L
Decimal 254 9 32 0 0.96 0.87 0.00 354.37 0.99 0.52
Hex FE 9 20 0 60 57 0 162 63 34
Octal 376 11 40 0 140 127 0 542 143 64
Binary 11111110 1001 100000 0 1100000 1010111 0 101100010 1100011 110100

Color Harmonies of #FE0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0920

Black with #FE0920

Text Example


Text Example

White with #FE0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0920; }

 p { color: rgb(254,9,32); }

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

background-color css

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

 a { background-color: rgb(254,9,32); }

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

border-color css

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

 span { border-color: rgb(254,9,32); }

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