Html Css Color HEX #FE0C0F Torch Red

📋 copy color: '#FE0C0F'

red 254 ◦ green 12 ◦ blue 15

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

Shades of Torch Red #FE0C0F

Tints of Torch Red #FE0C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 90.39%
G = 4.27%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE0C0F (or 0xFE0C0F) is known color: Torch Red. HEX triplet: FE, 0C and 0F. RGB value is (254,12,15). Sum of RGB (Red+Green+Blue) = 254+12+15=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0C0F is #01F3F0. Grayscale: #545454. Windows color (decimal): -127985 or 986366. OLE color: 986366.

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

Color convert

RGB 254 12 15 -
CMYK 0 0.95 0.94 0.00
HSL 359.26º 0.99% 0.52% -
HSV(B) 359.26º 0.95% 1% -
XYZ 41.09 21.37 2.41 -
YUV 84.7 88.67 248.76 -
System Red Green Blue C M Y K H S L
Decimal 254 12 15 0 0.95 0.94 0.00 359.26 0.99 0.52
Hex FE C F 0 5F 5E 0 167 63 34
Octal 376 14 17 0 137 136 0 547 143 64
Binary 11111110 1100 1111 0 1011111 1011110 0 101100111 1100011 110100

Color Harmonies of #FE0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0C0F

Black with #FE0C0F

Text Example


Text Example

White with #FE0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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