Html Css Color HEX #FE0F2F Torch Red

📋 copy color: '#FE0F2F'

red 254 ◦ green 15 ◦ blue 47

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

Shades of Torch Red #FE0F2F

Tints of Torch Red #FE0F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 80.38%
G = 4.75%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE0F2F (or 0xFE0F2F) is known color: Torch Red. HEX triplet: FE, 0F and 2F. RGB value is (254,15,47). Sum of RGB (Red+Green+Blue) = 254+15+47=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F2F is #01F0D0. Grayscale: #5A5A5A. Windows color (decimal): -127185 or 3084286. OLE color: 3084286.

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

Color convert

RGB 254 15 47 -
CMYK 0 0.94 0.81 0.00
HSL 351.97º 0.99% 0.53% -
HSV(B) 351.97º 0.94% 1% -
XYZ 41.56 21.62 4.67 -
YUV 90.11 103.68 244.9 -
System Red Green Blue C M Y K H S L
Decimal 254 15 47 0 0.94 0.81 0.00 351.97 0.99 0.53
Hex FE F 2F 0 5E 51 0 160 63 35
Octal 376 17 57 0 136 121 0 540 143 65
Binary 11111110 1111 101111 0 1011110 1010001 0 101100000 1100011 110101

Color Harmonies of #FE0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F2F

Black with #FE0F2F

Text Example


Text Example

White with #FE0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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