Html Css Color HEX #FE0F2E Torch Red

📋 copy color: '#FE0F2E'

red 254 ◦ green 15 ◦ blue 46

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

Shades of Torch Red #FE0F2E

Tints of Torch Red #FE0F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 80.63%
G = 4.76%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE0F2E (or 0xFE0F2E) is known color: Torch Red. HEX triplet: FE, 0F and 2E. RGB value is (254,15,46). Sum of RGB (Red+Green+Blue) = 254+15+46=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F2E is #01F0D1. Grayscale: #5A5A5A. Windows color (decimal): -127186 or 3018750. OLE color: 3018750.

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

Color convert

RGB 254 15 46 -
CMYK 0 0.94 0.82 0.00
HSL 352.22º 0.99% 0.53% -
HSV(B) 352.22º 0.94% 1% -
XYZ 41.54 21.61 4.57 -
YUV 90 103.18 244.98 -
System Red Green Blue C M Y K H S L
Decimal 254 15 46 0 0.94 0.82 0.00 352.22 0.99 0.53
Hex FE F 2E 0 5E 52 0 160 63 35
Octal 376 17 56 0 136 122 0 540 143 65
Binary 11111110 1111 101110 0 1011110 1010010 0 101100000 1100011 110101

Color Harmonies of #FE0F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F2E

Black with #FE0F2E

Text Example


Text Example

White with #FE0F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F2E; }

 p { color: rgb(254,15,46); }

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

background-color css

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

 a { background-color: rgb(254,15,46); }

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

border-color css

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

 span { border-color: rgb(254,15,46); }

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