Html Css Color HEX #FE0C10 Torch Red

📋 copy color: '#FE0C10'

red 254 ◦ green 12 ◦ blue 16

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

Shades of Torch Red #FE0C10

Tints of Torch Red #FE0C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 90.07%
G = 4.26%
B = 5.67%

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

#FE0C10 (or 0xFE0C10) is known color: Torch Red. HEX triplet: FE, 0C and 10. RGB value is (254,12,16). Sum of RGB (Red+Green+Blue) = 254+12+16=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0C10 is #01F3EF. Grayscale: #555555. Windows color (decimal): -127984 or 1051902. OLE color: 1051902.

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

Color convert

RGB 254 12 16 -
CMYK 0 0.95 0.94 0.00
HSL 359.01º 0.99% 0.52% -
HSV(B) 359.01º 0.95% 1% -
XYZ 41.1 21.37 2.45 -
YUV 84.81 89.17 248.67 -
System Red Green Blue C M Y K H S L
Decimal 254 12 16 0 0.95 0.94 0.00 359.01 0.99 0.52
Hex FE C 10 0 5F 5E 0 167 63 34
Octal 376 14 20 0 137 136 0 547 143 64
Binary 11111110 1100 10000 0 1011111 1011110 0 101100111 1100011 110100

Color Harmonies of #FE0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0C10

Black with #FE0C10

Text Example


Text Example

White with #FE0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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