Html Css Color HEX #FF0F17 Torch Red

📋 copy color: '#FF0F17'

red 255 ◦ green 15 ◦ blue 23

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

Shades of Torch Red #FF0F17

Tints of Torch Red #FF0F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 87.03%
G = 5.12%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF0F17 (or 0xFF0F17) is known color: Torch Red. HEX triplet: FF, 0F and 17. RGB value is (255,15,23). Sum of RGB (Red+Green+Blue) = 255+15+23=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F17 is #00F0E8. Grayscale: #575757. Windows color (decimal): -61673 or 1511423. OLE color: 1511423.

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

Color convert

RGB 255 15 23 -
CMYK 0 0.94 0.91 0
HSL 358º 1% 0.53% -
HSV(B) 358º 0.94% 1% -
XYZ 41.57 21.66 2.8 -
YUV 87.67 91.51 247.35 -
System Red Green Blue C M Y K H S L
Decimal 255 15 23 0 0.94 0.91 0 358 1 0.53
Hex FF F 17 0 5E 5B 0 166 64 35
Octal 377 17 27 0 136 133 0 546 144 65
Binary 11111111 1111 10111 0 1011110 1011011 0 101100110 1100100 110101

Color Harmonies of #FF0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F17

Black with #FF0F17

Text Example


Text Example

White with #FF0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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