Html Css Color HEX #FE092A Torch Red

📋 copy color: '#FE092A'

red 254 ◦ green 9 ◦ blue 42

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

Shades of Torch Red #FE092A

Tints of Torch Red #FE092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 83.28%
G = 2.95%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE092A (or 0xFE092A) is known color: Torch Red. HEX triplet: FE, 09 and 2A. RGB value is (254,9,42). Sum of RGB (Red+Green+Blue) = 254+9+42=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE092A is #01F6D5. Grayscale: #565656. Windows color (decimal): -128726 or 2755070. OLE color: 2755070.

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

Color convert

RGB 254 9 42 -
CMYK 0 0.96 0.83 0.00
HSL 351.92º 0.99% 0.52% -
HSV(B) 351.92º 0.96% 1% -
XYZ 41.39 21.43 4.15 -
YUV 86.02 103.17 247.82 -
System Red Green Blue C M Y K H S L
Decimal 254 9 42 0 0.96 0.83 0.00 351.92 0.99 0.52
Hex FE 9 2A 0 60 53 0 160 63 34
Octal 376 11 52 0 140 123 0 540 143 64
Binary 11111110 1001 101010 0 1100000 1010011 0 101100000 1100011 110100

Color Harmonies of #FE092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE092A

Black with #FE092A

Text Example


Text Example

White with #FE092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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