Html Css Color HEX #FF000E Torch Red

📋 copy color: '#FF000E'

red 255 ◦ green 0 ◦ blue 14

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

Shades of Torch Red #FF000E

Tints of Torch Red #FF000E

RGB

 RED value IS 255 (100% from 255) = 94.8%

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 94.8%
G = 0%
B = 5.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF000E (or 0xFF000E) is known color: Torch Red. HEX triplet: FF, 00 and 0E. RGB value is (255,0,14). Sum of RGB (Red+Green+Blue) = 255+0+14=269 (35% of max value = 765). Red value is 255 (100% from 255 or 94.80% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 255 - color contains mainly: red. Hex color #FF000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF000E is #00FFF1. Grayscale: #4E4E4E. Windows color (decimal): -65522 or 917759. OLE color: 917759.

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

Color convert

RGB 255 0 14 -
CMYK 0 1 0.95 0
HSL 356.71º 1% 0.5% -
HSV(B) 356.71º 1% 1% -
XYZ 41.32 21.29 2.35 -
YUV 77.84 91.98 254.36 -
System Red Green Blue C M Y K H S L
Decimal 255 0 14 0 1 0.95 0 356.71 1 0.5
Hex FF 0 E 0 64 5F 0 165 64 32
Octal 377 0 16 0 144 137 0 545 144 62
Binary 11111111 0 1110 0 1100100 1011111 0 101100101 1100100 110010

Color Harmonies of #FF000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF000E

Black with #FF000E

Text Example


Text Example

White with #FF000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF000E; }

 p { color: rgb(255,0,14); }

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

background-color css

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

 a { background-color: rgb(255,0,14); }

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

border-color css

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

 span { border-color: rgb(255,0,14); }

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