Html Css Color HEX #FF0F11 Torch Red

📋 copy color: '#FF0F11'

red 255 ◦ green 15 ◦ blue 17

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

Shades of Torch Red #FF0F11

Tints of Torch Red #FF0F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 88.85%
G = 5.23%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0F11 (or 0xFF0F11) is known color: Torch Red. HEX triplet: FF, 0F and 11. RGB value is (255,15,17). Sum of RGB (Red+Green+Blue) = 255+15+17=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F11 is #00F0EE. Grayscale: #575757. Windows color (decimal): -61679 or 1118207. OLE color: 1118207.

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

Color convert

RGB 255 15 17 -
CMYK 0 0.94 0.93 0
HSL 359.5º 1% 0.53% -
HSV(B) 359.5º 0.94% 1% -
XYZ 41.51 21.64 2.52 -
YUV 86.99 88.51 247.84 -
System Red Green Blue C M Y K H S L
Decimal 255 15 17 0 0.94 0.93 0 359.5 1 0.53
Hex FF F 11 0 5E 5D 0 168 64 35
Octal 377 17 21 0 136 135 0 550 144 65
Binary 11111111 1111 10001 0 1011110 1011101 0 101101000 1100100 110101

Color Harmonies of #FF0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F11

Black with #FF0F11

Text Example


Text Example

White with #FF0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F11; }

 p { color: rgb(255,15,17); }

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

background-color css

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

 a { background-color: rgb(255,15,17); }

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

border-color css

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

 span { border-color: rgb(255,15,17); }

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