Html Css Color HEX #FE000D Torch Red

📋 copy color: '#FE000D'

red 254 ◦ green 0 ◦ blue 13

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

Shades of Torch Red #FE000D

Tints of Torch Red #FE000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 95.13%
G = 0%
B = 4.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE000D (or 0xFE000D) is known color: Torch Red. HEX triplet: FE, 00 and 0D. RGB value is (254,0,13). Sum of RGB (Red+Green+Blue) = 254+0+13=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE000D is #01FFF2. Grayscale: #4D4D4D. Windows color (decimal): -131059 or 852222. OLE color: 852222.

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

Color convert

RGB 254 0 13 -
CMYK 0 1 0.95 0.00
HSL 356.93º 1% 0.5% -
HSV(B) 356.93º 1% 1% -
XYZ 40.95 21.1 2.3 -
YUV 77.43 91.65 253.94 -
System Red Green Blue C M Y K H S L
Decimal 254 0 13 0 1 0.95 0.00 356.93 1 0.5
Hex FE 0 D 0 64 5F 0 165 64 32
Octal 376 0 15 0 144 137 0 545 144 62
Binary 11111110 0 1101 0 1100100 1011111 0 101100101 1100100 110010

Color Harmonies of #FE000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE000D

Black with #FE000D

Text Example


Text Example

White with #FE000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE000D; }

 p { color: rgb(254,0,13); }

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

background-color css

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

 a { background-color: rgb(254,0,13); }

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

border-color css

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

 span { border-color: rgb(254,0,13); }

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